| OLD | NEW |
| 1 # File containing whitelist for lint errors | 1 # File containing whitelist for lint errors |
| 2 # Format is: | 2 # Format is: |
| 3 # ERROR TYPE:file/name/pattern[:line number] | 3 # ERROR TYPE:file/name/pattern[:line number] |
| 4 # e.g. | 4 # e.g. |
| 5 # TRAILING WHITESPACE:example/file.html:128 | 5 # TRAILING WHITESPACE:example/file.html:128 |
| 6 # to allow trailing whitespace on example/file.html line 128 | 6 # to allow trailing whitespace on example/file.html line 128 |
| 7 | 7 |
| 8 ## File types that should never be checked | 8 ## File types that should never be checked |
| 9 *:*.pdf | 9 *:*.pdf |
| 10 *:*.jpg | 10 *:*.jpg |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 | 55 |
| 56 ## Give up on work-in-progress for now | 56 ## Give up on work-in-progress for now |
| 57 *: work-in-progress/* | 57 *: work-in-progress/* |
| 58 | 58 |
| 59 | 59 |
| 60 ## Things we don't have enabled yet | 60 ## Things we don't have enabled yet |
| 61 OPEN-NO-MODE: * | 61 OPEN-NO-MODE: * |
| 62 PARSE-FAILED: * | 62 PARSE-FAILED: * |
| 63 PRINT STATEMENT: * | 63 PRINT STATEMENT: * |
| 64 W3C-TEST.ORG: * | 64 W3C-TEST.ORG: * |
| 65 CONTENT-VISUAL: * |
| 66 CONTENT-MANUAL: * |
| 65 | 67 |
| 66 | 68 |
| 67 ## Whitespace rules that we can't enforce yet | 69 ## Whitespace rules that we can't enforce yet |
| 68 INDENT TABS: .gitmodules | 70 INDENT TABS: .gitmodules |
| 69 INDENT TABS: compositing-1/* | 71 INDENT TABS: compositing-1/* |
| 70 INDENT TABS: css21/* | 72 INDENT TABS: css21/* |
| 71 INDENT TABS: css-align-3/* | 73 INDENT TABS: css-align-3/* |
| 72 INDENT TABS: css-backgrounds-3/* | 74 INDENT TABS: css-backgrounds-3/* |
| 73 INDENT TABS: css-color-3/* | 75 INDENT TABS: css-color-3/* |
| 74 INDENT TABS: css-color-4/* | 76 INDENT TABS: css-color-4/* |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 TRAILING WHITESPACE: server.js | 160 TRAILING WHITESPACE: server.js |
| 159 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7.html | 161 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7.html |
| 160 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7-ref.html | 162 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7-ref.html |
| 161 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8.html | 163 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8.html |
| 162 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8-ref.html | 164 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8-ref.html |
| 163 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9.html | 165 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9.html |
| 164 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9-ref.html | 166 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9-ref.html |
| 165 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle
xbox-mbp-horiz-001-rtl-reverse.xhtml | 167 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle
xbox-mbp-horiz-001-rtl-reverse.xhtml |
| 166 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1.html | 168 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1.html |
| 167 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1-ref.html | 169 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1-ref.html |
| OLD | NEW |