diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /.stylelintignore | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.stylelintignore')
-rw-r--r-- | .stylelintignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.stylelintignore b/.stylelintignore index 16ab9fea77..7d8074cb5d 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -14,6 +14,7 @@ # Always ignore crashtests - specially crafted files that originally caused a # crash. +**/crashtest/ **/crashtests/ # Also ignore reftest - specially crafted to produce expected output. **/reftest/ @@ -76,11 +77,10 @@ layout/style/test/gtest/example.css layout/style/test/mapped2.css layout/style/test/unstyled-frame.css -# TODO - Bug 1881094: temporarily ignored for firefox-android migration +# Bug 1893763 mobile/android/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview.css -mobile/android/android-components/components/feature/webcompat/src/main/assets/extensions/webcompat/about-compat/aboutCompat.css +# Three dashes at top of file (for Jekyll?) cause syntax error: mobile/android/android-components/docs/assets/main.scss -mobile/android/fenix/app/src/main/assets/shared_error_style.css # Empty test files: netwerk/test/mochitests/test1.css |