mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
tidy: Make the tidy tests pass tidy (#34663)
The issue here is mainly that some of the lines are longer than 120 characters. Just add linebreak where appropriate. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
0a01d06968
commit
ee3190a7f5
2 changed files with 42 additions and 10 deletions
|
@ -27,8 +27,6 @@ files = [
|
|||
"./tests/wpt/mozilla/tests/css/fonts",
|
||||
"./tests/wpt/mozilla/tests/css/pre_with_tab.html",
|
||||
"./tests/wpt/mozilla/tests/mozilla/textarea_placeholder.html",
|
||||
# The tidy tests currently don't pass tidy.
|
||||
"./python/tidy/test.py",
|
||||
]
|
||||
# Directories that are ignored for the non-WPT tidy check.
|
||||
directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue