Merge net and net_tests

This commit is contained in:
Anthony Ramine 2018-01-19 12:52:54 +01:00
parent a311e0f569
commit 697b9e2b87
127 changed files with 18 additions and 62 deletions

View file

@ -46,6 +46,7 @@ packages = [
]
# Files that are ignored for all tidy and lint checks.
files = [
"./components/net/tests/parsable_mime/text",
# Mako does not lend itself easily to splitting long lines
"./components/style/properties/helpers/animated_properties.mako.rs",
# Helper macro where actually a pseudo-element per line makes sense.
@ -63,7 +64,6 @@ files = [
"./tests/wpt/mozilla/tests/webgl",
# Ignore those files since the issues reported are on purpose
"./tests/html/bad-line-ends.html",
"./tests/unit/net/parsable_mime/text",
"./tests/wpt/mozilla/tests/css/fonts",
"./tests/wpt/mozilla/tests/css/pre_with_tab.html",
"./tests/wpt/mozilla/tests/mozilla/textarea_placeholder.html",