| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 | 51 |
| 52 ## Test generation files | 52 ## Test generation files |
| 53 CONSOLE: css-writing-modes-3/tools/generators/unicode-data.js | 53 CONSOLE: css-writing-modes-3/tools/generators/unicode-data.js |
| 54 | 54 |
| 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 ## Test plans and implementation reports |
| 61 *: */reports/* |
| 62 *: */test-plan/* |
| 63 |
| 64 |
| 60 ## Things we don't have enabled yet | 65 ## Things we don't have enabled yet |
| 61 OPEN-NO-MODE: * | 66 OPEN-NO-MODE: * |
| 62 PARSE-FAILED: * | 67 PARSE-FAILED: * |
| 63 PRINT STATEMENT: * | 68 PRINT STATEMENT: * |
| 64 W3C-TEST.ORG: * | 69 W3C-TEST.ORG: * |
| 65 CONTENT-VISUAL: * | 70 CONTENT-VISUAL: * |
| 66 CONTENT-MANUAL: * | 71 CONTENT-MANUAL: * |
| 67 | 72 |
| 68 | 73 |
| 74 ## Support files not in /support/ or similar |
| 75 SUPPORT-WRONG-DIR: */reftest.list |
| 76 SUPPORT-WRONG-DIR: *.headers |
| 77 SUPPORT-WRONG-DIR: */README |
| 78 SUPPORT-WRONG-DIR: */README.md |
| 79 SUPPORT-WRONG-DIR: *-README |
| 80 SUPPORT-WRONG-DIR: */LICENSE |
| 81 SUPPORT-WRONG-DIR: */LICENSE-* |
| 82 SUPPORT-WRONG-DIR: */COPYING |
| 83 SUPPORT-WRONG-DIR: */Makefile |
| 84 |
| 85 # The selectors-3 testsuite has a weird build system |
| 86 SUPPORT-WRONG-DIR: selectors-3/* |
| 87 |
| 88 # Things we should fix |
| 89 SUPPORT-WRONG-DIR: css-animations-1/animationevent-interface.js |
| 90 SUPPORT-WRONG-DIR: css-backgrounds-3/justfortest.html |
| 91 SUPPORT-WRONG-DIR: css-backgrounds-3/background-clip/list.txt |
| 92 SUPPORT-WRONG-DIR: css-backgrounds-3/background-origin/list.txt |
| 93 SUPPORT-WRONG-DIR: css-color-3/htaccess |
| 94 SUPPORT-WRONG-DIR: css-fonts-3/font-variant-debug.html |
| 95 SUPPORT-WRONG-DIR: css-masking-1/clip-path/svg-clipPath.svg |
| 96 SUPPORT-WRONG-DIR: css21/section-index.xht |
| 97 SUPPORT-WRONG-DIR: css21/other-formats/xml/background-18.css |
| 98 SUPPORT-WRONG-DIR: css21/other-formats/xml/background-19-alt.xml |
| 99 SUPPORT-WRONG-DIR: css21/other-formats/xml/background-19.css |
| 100 SUPPORT-WRONG-DIR: filters-1/filter-external-002-filter.svg |
| 101 SUPPORT-WRONG-DIR: vendor-imports/mozilla/mozilla-central-reftests/check-for-ref
erences.sh |
| 102 SUPPORT-WRONG-DIR: vendor-imports/mozilla/mozilla-central-reftests/sync-tests-fi
lter |
| 103 SUPPORT-WRONG-DIR: vendor-imports/mozilla/mozilla-central-reftests/sync-tests.sh |
| 104 SUPPORT-WRONG-DIR: vendor-imports/mozilla/mozilla-central-reftests/masking/blank
.html |
| 105 SUPPORT-WRONG-DIR: vendor-imports/mozilla/mozilla-central-reftests/transforms/gr
een.html |
| 106 SUPPORT-WRONG-DIR: WOFF2-UserAgent/manifest.txt |
| 107 SUPPORT-WRONG-DIR: WOFF2-UserAgent/Tests/xhtml1/testcaseindex.xht |
| 108 |
| 109 |
| 69 ## Whitespace rules that we can't enforce yet | 110 ## Whitespace rules that we can't enforce yet |
| 70 INDENT TABS: .gitmodules | 111 INDENT TABS: .gitmodules |
| 71 INDENT TABS: compositing-1/* | 112 INDENT TABS: compositing-1/* |
| 72 INDENT TABS: css21/* | 113 INDENT TABS: css21/* |
| 73 INDENT TABS: css-align-3/* | 114 INDENT TABS: css-align-3/* |
| 74 INDENT TABS: css-backgrounds-3/* | 115 INDENT TABS: css-backgrounds-3/* |
| 75 INDENT TABS: css-color-3/* | 116 INDENT TABS: css-color-3/* |
| 76 INDENT TABS: css-color-4/* | 117 INDENT TABS: css-color-4/* |
| 77 INDENT TABS: css-conditional-3/* | 118 INDENT TABS: css-conditional-3/* |
| 78 INDENT TABS: css-counter-styles-3/* | 119 INDENT TABS: css-counter-styles-3/* |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 TRAILING WHITESPACE: server.js | 201 TRAILING WHITESPACE: server.js |
| 161 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7.html | 202 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7.html |
| 162 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7-ref.html | 203 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-7-ref.html |
| 163 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8.html | 204 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8.html |
| 164 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8-ref.html | 205 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-8-ref.html |
| 165 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9.html | 206 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9.html |
| 166 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9-ref.html | 207 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin
ation/moz-css21-float-page-break-inside-avoid-9-ref.html |
| 167 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle
xbox-mbp-horiz-001-rtl-reverse.xhtml | 208 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle
xbox-mbp-horiz-001-rtl-reverse.xhtml |
| 168 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1.html | 209 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1.html |
| 169 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1-ref.html | 210 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m
oz-multicol3-column-balancing-break-inside-avoid-1-ref.html |
| OLD | NEW |