mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add a lint whitelist for our own tests.
This commit is contained in:
parent
e0da3a4c1b
commit
9a1f976142
1 changed files with 23 additions and 0 deletions
23
tests/wpt/mozilla/tests/lint.whitelist
Normal file
23
tests/wpt/mozilla/tests/lint.whitelist
Normal file
|
@ -0,0 +1,23 @@
|
|||
# File containing whiteslist for lint errors
|
||||
# Format is:
|
||||
# ERROR TYPE:file/name/pattern[:line number]
|
||||
# e.g.
|
||||
# TRAILING WHITESPACE:example/file.html:128
|
||||
# to allow trailing whitespace on example/file.html line 128
|
||||
|
||||
# Please don't add anything here, unless it's necessary for the test.
|
||||
|
||||
## File types that should never be checked ##
|
||||
|
||||
*:*.gif
|
||||
*:*.jpeg
|
||||
*:*.jpg
|
||||
*:*.png
|
||||
|
||||
## Legacy errors ##
|
||||
|
||||
CONSOLE:*
|
||||
OPEN-NO-MODE:*
|
||||
PATH LENGTH:*
|
||||
PRINT STATEMENT:*
|
||||
TRAILING WHITESPACE:*
|
Loading…
Add table
Add a link
Reference in a new issue