.stylelintignore
author Mike Conley <mconley@mozilla.com>
Mon, 03 Feb 2025 15:07:11 +0000
changeset 850670 9c8837fc4805b3f5e8c7c90ffe3597f0e5b98d29
parent 816899 f725cee6f91235433a0c64c67b5b9326ffd783e6
child 850677 30ecbc7894f36749fa4dc6735a7c7a22785bd261
permissions -rw-r--r--
Bug 1938452 - Update a bunch of non-permalink references to browser/extensions/newtab. r=sylvestre,search-reviewers,tabbrowser-reviewers,omc-reviewers,android-reviewers,home-newtab-reviewers,frontend-codestyle-reviewers,mcheang,pdahiya,thecount,dao,pollymce Differential Revision: https://phabricator.services.mozilla.com/D233874
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     1
# Please DO NOT add more third party files to this file.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     2
# They should be added to tools/rewriting/ThirdPartyPaths.txt instead.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     3
#
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     4
# Please also DO NOT add  generated files that are for some reason checked
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     5
# into source - add them to tools/rewriting/Generated.txt instead.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     6
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     7
# This file should only be used for exclusions where we have:
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     8
# - preprocessed files
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
     9
# - intentionally invalid files
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    10
# - build directories and other items that we need to ignore
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    11
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    12
# Always ignore node_modules.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    13
**/node_modules/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    14
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    15
# Always ignore crashtests - specially crafted files that originally caused a
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    16
# crash.
811757
400d4e6908a3aef8f83ae4db204d62e3e028f704 Bug 1864255. Move crashtests that leave window(s) open to the very end. r=dholbert,frontend-codestyle-reviewers
Timothy Nikkel <tnikkel@gmail.com>
parents: 806913
diff changeset
    17
**/crashtest/
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    18
**/crashtests/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    19
# Also ignore reftest - specially crafted to produce expected output.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    20
**/reftest/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    21
**/reftests/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    22
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    23
# Exclude expected objdirs.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    24
obj*/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    25
739134
87ce5c00c78be96a62a3e48c7bdec63828669e87 Bug 1832765 - merge new tab linting into main stylelint config, r=Standard8,aminomancer
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 736363
diff changeset
    26
# These files are generated in some way.
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    27
browser/components/pocket/content/panels/css/main.compiled.css
762115
d5ae6f35256351e8aff001cb44b4cafce11fd9a9 Bug 1863400 - Part 8: Update stylelint, eslint, prettierignore, hgignore, gitignore and Generated.txt rules for aboutwelcome to match newtab. r=pdahiya
Mike Conley <mconley@mozilla.com>
parents: 755439
diff changeset
    28
browser/components/aboutwelcome/**/*.css
764312
c8477e67235b04d03b2293c555d377e5beac6086 Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao
Mike Conley <mconley@mozilla.com>
parents: 764113
diff changeset
    29
browser/components/asrouter/**/*.css
850670
9c8837fc4805b3f5e8c7c90ffe3597f0e5b98d29 Bug 1938452 - Update a bunch of non-permalink references to browser/extensions/newtab. r=sylvestre,search-reviewers,tabbrowser-reviewers,omc-reviewers,android-reviewers,home-newtab-reviewers,frontend-codestyle-reviewers,mcheang,pdahiya,thecount,dao,pollymce
Mike Conley <mconley@mozilla.com>
parents: 816899
diff changeset
    30
browser/extensions/newtab/**/*.css
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    31
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    32
# Note that the debugger has its own stylelint setup, but that currently
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    33
# produces errors. Bug 1831302 tracks making this better
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    34
devtools/client/debugger/src/components/PrimaryPanes/Outline.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    35
devtools/client/debugger/src/components/PrimaryPanes/Sources.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    36
devtools/client/debugger/src/components/shared/AccessibleImage.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    37
devtools/client/debugger/src/utils/editor/source-editor.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    38
devtools/client/debugger/test/mochitest/examples/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    39
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    40
# These get their sourcemap annotations autofixed, though they produce
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    41
# no errors at all.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    42
devtools/client/inspector/rules/test/doc_sourcemaps.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    43
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    44
# Some of these produce parse errors, some have sourcemaps modified.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    45
# They're tests, so let's just ignore all of them:
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    46
devtools/client/inspector/computed/test/doc_sourcemaps.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    47
devtools/client/inspector/rules/test/doc_invalid_sourcemap.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    48
devtools/client/shared/sourceeditor/test/css_statemachine_testcases.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    49
devtools/client/webconsole/test/browser/*.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    50
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    51
# Style editor tests check how it copes with invalid or "special" CSS,
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    52
# so don't try to "fix" those.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    53
devtools/client/styleeditor/test/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    54
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    55
# These are empty or have funky charsets
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    56
dom/base/test/bug466409-empty.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    57
dom/encoding/test/file_utf16_be_bom.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    58
dom/encoding/test/file_utf16_le_bom.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    59
dom/security/test/cors/file_cors_logging_test.html.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    60
dom/tests/mochitest/general/cssA.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    61
dom/tests/mochitest/general/cssC.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    62
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    63
# These are test-only and cause us to complain about font families or
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    64
# similar, but we don't want to touch these tests at this point.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    65
dom/security/test/csp/file_CSP.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    66
dom/security/test/sri/style2.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    67
dom/xml/test/old/docbook.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    68
dom/xml/test/old/toc/book.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    69
dom/xml/test/old/toc/toc.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    70
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    71
# Tests we don't want to modify at this point:
748537
98df24408c2722c7d054a916a0198bfebe49802d Bug 1771113 - Add chromeOnly `StyleSheetRemoved` event, emitted when a stylesheet is removed. r=emilio.
Nicolas Chevobbe <nchevobbe@mozilla.com>
parents: 739134
diff changeset
    72
layout/base/tests/stylesheet_change_events.css
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    73
layout/inspector/tests/bug856317.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    74
layout/inspector/tests/chrome/test_bug467669.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    75
layout/inspector/tests/chrome/test_bug708874.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    76
layout/style/test/gtest/example.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    77
layout/style/test/mapped2.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    78
layout/style/test/unstyled-frame.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    79
813241
91b0084cd5fb545833ee3b96bdb3a21578585142 Bug 1881094 - 5. remove stylelint exclusions for firefox-android r=android-reviewers,frontend-codestyle-reviewers,gl
Geoff Brown <gbrown@mozilla.com>
parents: 811757
diff changeset
    80
# Bug 1893763
806822
f3c26d856e30183ba3d1a93b4db619f1d1f5d9c5 Bug 1825116 - Add lint exclusions for some troublesome firefox-android files. r=Standard8,bhearsum,geckoview-reviewers,releng-reviewers
Geoff Brown <gbrown@mozilla.com>
parents: 764312
diff changeset
    81
mobile/android/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview.css
813241
91b0084cd5fb545833ee3b96bdb3a21578585142 Bug 1881094 - 5. remove stylelint exclusions for firefox-android r=android-reviewers,frontend-codestyle-reviewers,gl
Geoff Brown <gbrown@mozilla.com>
parents: 811757
diff changeset
    82
# Three dashes at top of file (for Jekyll?) cause syntax error:
806913
54aba30c78c751fc52462a53cf1040b2f497f7e9 Bug 1879146 - update lint exclusions for a-c docs move. r=gl
Julien Cristau <jcristau@mozilla.com>
parents: 806822
diff changeset
    83
mobile/android/android-components/docs/assets/main.scss
806822
f3c26d856e30183ba3d1a93b4db619f1d1f5d9c5 Bug 1825116 - Add lint exclusions for some troublesome firefox-android files. r=Standard8,bhearsum,geckoview-reviewers,releng-reviewers
Geoff Brown <gbrown@mozilla.com>
parents: 764312
diff changeset
    84
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    85
# Empty test files:
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    86
netwerk/test/mochitests/test1.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    87
netwerk/test/mochitests/test2.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    88
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    89
# Has substitution gunk in it:
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    90
python/mozbuild/mozbuild/test/backend/data/build/foo.css
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    91
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    92
# This is third-party in a way:
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    93
toolkit/components/pdfjs/content/web/debugger.css
755439
3a98254684991369d42f710c75961ed0ae5d14fd Bug 1857522 - Reduce max nesting depth to 3. r=Gijs
Emilio Cobos Álvarez <emilio@crisal.io>
parents: 748537
diff changeset
    94
toolkit/components/pdfjs/content/web/viewer.css
816899
f725cee6f91235433a0c64c67b5b9326ffd783e6 Bug 1899373 - Update PDF.js to 24e12d515dce2f11b392410dd6e6e9926270ac65 r=pdfjs-reviewers,frontend-codestyle-reviewers,marco
Updatebot <updatebot@mozilla.com>
parents: 813241
diff changeset
    95
toolkit/components/pdfjs/content/web/viewer-geckoview.css
736363
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    96
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    97
# Ignore web-platform tests as they are not necessarily under our control.
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    98
testing/web-platform/tests/
a7473b3223bd44ef77c0ee3feebe4f213a667bfb Bug 1508369 - add stylelint linter support to mach lint, r=Standard8,dao,linter-reviewers,sylvestre
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents:
diff changeset
    99