mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This reverts commit 8e15389cae
.
This commit is contained in:
parent
8e15389cae
commit
d6ae8dc112
152 changed files with 4622 additions and 5862 deletions
|
@ -86,9 +86,32 @@ 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
|
||||
"./components/style/",
|
||||
"./components/style_derive/parse.rs",
|
||||
# These are ignored to avoid diverging from Gecko
|
||||
"./components/style/counter_style/mod.rs",
|
||||
"./components/style/properties/declaration_block.rs",
|
||||
"./components/style/properties/helpers.mako.rs",
|
||||
"./components/style/rule_collector.rs",
|
||||
"./components/style/selector_map.rs",
|
||||
"./components/style/stylesheets/import_rule.rs",
|
||||
"./components/style/stylesheets/layer_rule.rs",
|
||||
"./components/style/stylesheets/origin.rs",
|
||||
"./components/style/stylesheets/page_rule.rs",
|
||||
"./components/style/stylesheets/rule_parser.rs",
|
||||
"./components/style/stylesheets/scroll_timeline_rule.rs",
|
||||
"./components/style/stylist.rs",
|
||||
"./components/style/values/animated/transform.rs",
|
||||
"./components/style/values/computed/font.rs",
|
||||
"./components/style/values/computed/image.rs",
|
||||
"./components/style/values/specified/box.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",
|
||||
# Long regexes are long.
|
||||
"./components/style/gecko/regen_atoms.py",
|
||||
# Helper macro where actually a pseudo-element per line makes sense.
|
||||
"./components/style/gecko/non_ts_pseudo_class_list.rs",
|
||||
"./resources/hsts_preload.json",
|
||||
"./tests/wpt/meta/MANIFEST.json",
|
||||
"./tests/wpt/meta-legacy-layout/MANIFEST.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue