From e35533196ff8aeda0a7db1626b3998c8546f4914 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 22 May 2023 15:26:39 +0200 Subject: [PATCH] Avoid complaints from ./mach test-tidy --- servo-tidy.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index f80b71c8cfc..9b86cf96f5a 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -81,10 +81,14 @@ packages = [ files = [ "./components/net/tests/parsable_mime/text", # These are ignored to avoid diverging from Gecko + "./components/style/counter_style/mod.rs", "./components/style/properties/helpers.mako.rs", "./components/style/stylesheets/rule_parser.rs", "./components/style/stylist.rs", + "./components/style/values/computed/font.rs", "./components/style/values/computed/image.rs", + "./components/style/values/specified/color.rs", + "./components/style/values/specified/transform.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",