|
14 | 14 | # This should be re-enabled in bug 1827456.
|
15 | 15 | js/src/builtin
|
16 | 16 |
|
17 |
| - |
18 | 17 | # Don't format README files.
|
19 | 18 | README
|
20 | 19 |
|
21 |
| -# Ignore default pref files which have a .js suffix but aren't parsed normally as JavaScript. |
22 |
| -browser/app/profile/channel-prefs.js |
23 |
| -browser/app/profile/firefox.js |
24 |
| -browser/branding/aurora/pref/firefox-branding.js |
25 |
| -browser/branding/nightly/pref/firefox-branding.js |
26 |
| -browser/branding/official/pref/firefox-branding.js |
27 |
| -browser/branding/unofficial/pref/firefox-branding.js |
28 |
| -devtools/client/preferences/debugger.js |
29 |
| -extensions/pref/autoconfig/test/unit/autoconfig.js |
30 |
| -mobile/android/app/geckoview-prefs.js |
31 |
| -mobile/android/app/mobile.js |
32 |
| -mobile/android/installer/mobile-l10n.js |
33 |
| -modules/libpref/init/all.js |
34 |
| -modules/libpref/test/unit/data/testParser.js |
35 |
| -modules/libpref/test/unit/data/testPrefLocked.js |
36 |
| -modules/libpref/test/unit/data/testPrefSticky.js |
37 |
| -modules/libpref/test/unit/extdata/testExt.js |
38 |
| -services/sync/tests/unit/prefs_test_prefs_store.js |
39 |
| - |
40 | 20 | # Ignore CORS fixtures which require specific resource hashes.
|
41 | 21 | dom/security/test/sri/script*
|
42 | 22 |
|
43 |
| -# Ignore other DOM fixtures with funky chars. |
| 23 | +# Files that are intentionally broken for tests. |
44 | 24 | dom/base/test/file_bug687859-charset.js
|
45 | 25 | dom/base/test/file_bug687859-inherit.js
|
| 26 | +parser/htmlparser/tests/mochitest/broken_xml.xhtml |
| 27 | +parser/htmlparser/tests/mochitest/test_bug563322.xhtml |
46 | 28 |
|
47 |
| -# Ignore devtools debugger files |
48 |
| -devtools/client/debugger/src/test/examples/** |
49 |
| -devtools/client/debugger/src/test/integration/** |
50 |
| -devtools/client/debugger/src/test/unit-sources/** |
| 29 | +# Files that are specific formats/layouts for tests. |
51 | 30 | devtools/client/debugger/src/**/fixtures/**
|
52 |
| -devtools/client/debugger/src/test/mochitest/** |
53 | 31 |
|
54 |
| -# These are source mapped and the locations are asserted in the test case. |
55 |
| -devtools/client/webconsole/test/browser/test-mangled-function.* |
56 |
| - |
57 |
| -# This file is based on another and we want to keep the syntax the same. |
| 32 | +# Imported files where we don't want to change the format, but we do want ESLint |
| 33 | +# to keep an eye on them (hence not in Generated.txt/ThirdPartyFiles.txt) |
58 | 34 | devtools/shared/plural-form.js
|
59 |
| - |
60 |
| -# Intentionally broken files |
61 |
| -parser/htmlparser/tests/mochitest/broken_xml.xhtml |
62 |
| -parser/htmlparser/tests/mochitest/test_bug563322.xhtml |
63 |
| - |
64 |
| -# A mainly-imported file, that we don't want to format, but want to keep an eye |
65 |
| -# on with the other imported files. |
66 | 35 | toolkit/components/formautofill/shared/CreditCardRuleset.sys.mjs
|
67 | 36 |
|
68 | 37 | ##############################################################################
|
@@ -148,6 +117,7 @@ devtools/client/webconsole/test/browser/test-autocomplete-mapped.src.js
|
148 | 117 | devtools/client/inspector/markup/test/shadowdom_open_debugger.min.js
|
149 | 118 | devtools/client/webconsole/test/browser/test-click-function-to-source*.js
|
150 | 119 | devtools/client/webconsole/test/browser/test-external-script-errors.js
|
| 120 | +devtools/client/webconsole/test/browser/test-mangled-function.* |
151 | 121 | devtools/client/webconsole/test/browser/test-message-categories-canvas-css.js
|
152 | 122 | devtools/client/webconsole/test/browser/test-message-categories-empty-getelementbyid.js
|
153 | 123 | devtools/client/webconsole/test/browser/test-sourcemap*.js
|
|
0 commit comments