diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /.stylelintignore | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 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 |