aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-09-25 10:05:19 +0200
committerMartin Robinson <mrobinson@igalia.com>2023-10-02 14:37:19 +0000
commit9d01be8e0fd0dc36bb39a438d59bc6c45982de47 (patch)
tree1a0938512f4b0036d9010d7de18ac216a93099a1
parent601de9049cfe14be70a98aff066661d0acbb41ea (diff)
downloadservo-9d01be8e0fd0dc36bb39a438d59bc6c45982de47.tar.gz
servo-9d01be8e0fd0dc36bb39a438d59bc6c45982de47.zip
Avoid complaints from ./mach test-tidy
-rw-r--r--servo-tidy.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 5d2d33053ac..89a39c57c82 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -75,7 +75,8 @@ packages = [
# Files that are ignored for all tidy and lint checks.
files = [
"./components/net/tests/parsable_mime/text",
- # Ignore style files to avoid diverging too much from upstream Gecko
+ # Ignore selectors and style files to avoid diverging too much from upstream Gecko
+ "./components/selectors/",
"./components/style/",
"./components/style_derive/parse.rs",
"./resources/hsts_preload.json",