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