Uh oh!
There was an error while loading. Please reload this page.
Ignore expanded entity nodes in source-backed sniffs - #32
Conversation
fcb8c67 to
6974c7cCompare6974c7c to
27bcd61CompareNickSdot
commented
Jul 21, 2026
Rebased and ready for review. |
jordikroon
left a comment
There was a problem hiding this comment.
Before:
FOUND 114632 violation(s) (114632 error(s), 0 warning(s)) in 10370 file(s).
After:
FOUND 50759 violation(s) (50759 error(s), 0 warning(s)) in 9993 file(s).
Given that #33 will introduce --wide, this behaviour is expected. But good to know.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c1980f3 to
4798a98CompareNickSdot
commented
Jul 22, 2026
Ah, I should have mentioned this here. This is a change in behaviour that is not only related to |
Uh oh!
There was an error while loading. Please reload this page.
Prevents sniffs from reporting violations for DOM nodes introduced by entity expansion rather than present in the inspected source file.
Depends on #29, #30, and #31.
This PR diff will shrink as preceding PRs are merged and this branch is rebased.