Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / .stylelintignore
blobb00803ac6e5a13c6f2099facf00bf239543b94df
1 # Please DO NOT add more third party files to this file.
2 # They should be added to tools/rewriting/ThirdPartyPaths.txt instead.
4 # Please also DO NOT add  generated files that are for some reason checked
5 # into source - add them to tools/rewriting/Generated.txt instead.
7 # This file should only be used for exclusions where we have:
8 # - preprocessed files
9 # - intentionally invalid files
10 # - build directories and other items that we need to ignore
12 # Always ignore node_modules.
13 **/node_modules/
15 # Always ignore crashtests - specially crafted files that originally caused a
16 # crash.
17 **/crashtests/
18 # Also ignore reftest - specially crafted to produce expected output.
19 **/reftest/
20 **/reftests/
22 # Exclude expected objdirs.
23 obj*/
25 # These files are generated in some way.
26 browser/components/pocket/content/panels/css/main.compiled.css
27 browser/components/newtab/**/*.css
29 # Note that the debugger has its own stylelint setup, but that currently
30 # produces errors. Bug 1831302 tracks making this better
31 devtools/client/debugger/src/components/PrimaryPanes/Outline.css
32 devtools/client/debugger/src/components/PrimaryPanes/Sources.css
33 devtools/client/debugger/src/components/shared/AccessibleImage.css
34 devtools/client/debugger/src/utils/editor/source-editor.css
35 devtools/client/debugger/test/mochitest/examples/
37 # These get their sourcemap annotations autofixed, though they produce
38 # no errors at all.
39 devtools/client/inspector/rules/test/doc_sourcemaps.css
41 # Some of these produce parse errors, some have sourcemaps modified.
42 # They're tests, so let's just ignore all of them:
43 devtools/client/inspector/computed/test/doc_sourcemaps.css
44 devtools/client/inspector/rules/test/doc_invalid_sourcemap.css
45 devtools/client/shared/sourceeditor/test/css_statemachine_testcases.css
46 devtools/client/webconsole/test/browser/*.css
48 # Style editor tests check how it copes with invalid or "special" CSS,
49 # so don't try to "fix" those.
50 devtools/client/styleeditor/test/
52 # These are empty or have funky charsets
53 dom/base/test/bug466409-empty.css
54 dom/encoding/test/file_utf16_be_bom.css
55 dom/encoding/test/file_utf16_le_bom.css
56 dom/security/test/cors/file_cors_logging_test.html.css
57 dom/tests/mochitest/general/cssA.css
58 dom/tests/mochitest/general/cssC.css
60 # These are test-only and cause us to complain about font families or
61 # similar, but we don't want to touch these tests at this point.
62 dom/security/test/csp/file_CSP.css
63 dom/security/test/sri/style2.css
64 dom/xml/test/old/docbook.css
65 dom/xml/test/old/toc/book.css
66 dom/xml/test/old/toc/toc.css
68 # Tests we don't want to modify at this point:
69 layout/base/tests/bug839103.css
70 layout/inspector/tests/bug856317.css
71 layout/inspector/tests/chrome/test_bug467669.css
72 layout/inspector/tests/chrome/test_bug708874.css
73 layout/style/test/gtest/example.css
74 layout/style/test/mapped2.css
75 layout/style/test/unstyled-frame.css
77 # Empty test files:
78 netwerk/test/mochitests/test1.css
79 netwerk/test/mochitests/test2.css
81 # Has substitution gunk in it:
82 python/mozbuild/mozbuild/test/backend/data/build/foo.css
84 # This is third-party in a way:
85 toolkit/components/pdfjs/content/web/debugger.css
87 # Ignore web-platform tests as they are not necessarily under our control.
88 testing/web-platform/tests/