aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-05-18 17:20:17 +0200
committerOriol Brufau <obrufau@igalia.com>2023-05-19 19:06:09 +0200
commitf42e2fb08f9488682c39b96c1d4126a6bfa4be0f (patch)
tree943cf0581605ee2b81fc82a58293e10cdf2c8c85
parentaea14a247040301b9674d48d46a9b72dffc49f71 (diff)
downloadservo-f42e2fb08f9488682c39b96c1d4126a6bfa4be0f.tar.gz
servo-f42e2fb08f9488682c39b96c1d4126a6bfa4be0f.zip
Avoid complaints from ./mach test-tidy
-rw-r--r--servo-tidy.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 19dbd3e2c42..5dff9548b33 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -99,6 +99,11 @@ packages = [
# Files that are ignored for all tidy and lint checks.
files = [
"./components/net/tests/parsable_mime/text",
+ # These are ignored to avoid diverging from Gecko
+ "./components/style/properties/helpers.mako.rs",
+ "./components/style/stylesheets/rule_parser.rs",
+ "./components/style/stylist.rs",
+ "./components/style/values/computed/image.rs",
# Mako does not lend itself easily to splitting long lines
"./components/style/properties/helpers/animated_properties.mako.rs",
"./components/style/properties/shorthands/text.mako.rs",