Add a lint whitelist for our own tests.

This commit is contained in:
Ms2ger 2016-10-31 13:36:40 +01:00
parent e0da3a4c1b
commit 9a1f976142

View 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:*