Bug 1833753 [wpt PR 40065] - Allow newly-added test to also pass when mutation events...
[gecko.git] / .stylelintignore
blobef766a58f18a58e550133cead523a91406828d2a
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 # This file is generated in some way.
26 browser/components/pocket/content/panels/css/main.compiled.css
28 # Note that the debugger has its own stylelint setup, but that currently
29 # produces errors. Bug 1831302 tracks making this better
30 devtools/client/debugger/src/components/PrimaryPanes/Outline.css
31 devtools/client/debugger/src/components/PrimaryPanes/Sources.css
32 devtools/client/debugger/src/components/shared/AccessibleImage.css
33 devtools/client/debugger/src/utils/editor/source-editor.css
34 devtools/client/debugger/test/mochitest/examples/
36 # These get their sourcemap annotations autofixed, though they produce
37 # no errors at all.
38 devtools/client/inspector/rules/test/doc_sourcemaps.css
40 # Some of these produce parse errors, some have sourcemaps modified.
41 # They're tests, so let's just ignore all of them:
42 devtools/client/inspector/computed/test/doc_sourcemaps.css
43 devtools/client/inspector/rules/test/doc_invalid_sourcemap.css
44 devtools/client/shared/sourceeditor/test/css_statemachine_testcases.css
45 devtools/client/webconsole/test/browser/*.css
47 # Style editor tests check how it copes with invalid or "special" CSS,
48 # so don't try to "fix" those.
49 devtools/client/styleeditor/test/
51 # These are empty or have funky charsets
52 dom/base/test/bug466409-empty.css
53 dom/encoding/test/file_utf16_be_bom.css
54 dom/encoding/test/file_utf16_le_bom.css
55 dom/security/test/cors/file_cors_logging_test.html.css
56 dom/tests/mochitest/general/cssA.css
57 dom/tests/mochitest/general/cssC.css
59 # These are test-only and cause us to complain about font families or
60 # similar, but we don't want to touch these tests at this point.
61 dom/security/test/csp/file_CSP.css
62 dom/security/test/sri/style2.css
63 dom/xml/test/old/docbook.css
64 dom/xml/test/old/toc/book.css
65 dom/xml/test/old/toc/toc.css
67 # Tests we don't want to modify at this point:
68 layout/base/tests/bug839103.css
69 layout/inspector/tests/bug856317.css
70 layout/inspector/tests/chrome/test_bug467669.css
71 layout/inspector/tests/chrome/test_bug708874.css
72 layout/style/test/gtest/example.css
73 layout/style/test/mapped2.css
74 layout/style/test/unstyled-frame.css
76 # Empty test files:
77 netwerk/test/mochitests/test1.css
78 netwerk/test/mochitests/test2.css
80 # Has substitution gunk in it:
81 python/mozbuild/mozbuild/test/backend/data/build/foo.css
83 # This is third-party in a way:
84 toolkit/components/pdfjs/content/web/debugger.css
86 # Ignore web-platform tests as they are not necessarily under our control.
87 testing/web-platform/tests/