Skip to content

Commit

Permalink
testing lint error of issue web-platform-tests#9171 not accept this p…
Browse files Browse the repository at this point in the history
…ull request
  • Loading branch information
belaeifert committed Mar 8, 2018
1 parent 0933011 commit fd6b1d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/lint/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup_logging(prefix=False):
setup_logging()


ERROR_MSG = """You must fix all errors; for details on how to fix them, see
ERROR_MSG = """You must fix all errors; for details on how to fix them, see
http://web-platform-tests.org/writing-tests/lint-tool.html
However, instead of fixing a particular error, it's sometimes
Expand All @@ -54,7 +54,8 @@ def setup_logging(prefix=False):
For example, to make the lint tool ignore all '%s'
errors in the %s file,
you could add the following line to the lint.whitelist file.
you could add the following line to the lint.whitelist file.
''testing''
%s: %s"""

Expand Down

0 comments on commit fd6b1d3

Please sign in to comment.