From f42e2fb08f9488682c39b96c1d4126a6bfa4be0f Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 18 May 2023 17:20:17 +0200 Subject: [PATCH] Avoid complaints from ./mach test-tidy --- servo-tidy.toml | 5 +++++ 1 file changed, 5 insertions(+) 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",