Commit 398a3834 authored by dbeam's avatar dbeam Committed by Commit bot

closure_linter: temporarily add support for @suppress {suspiciousCode} to...

closure_linter: temporarily add support for @suppress {suspiciousCode} to unblock compiling settings.

R=vitalyp@chromium.org
TBR=tbreisacher@chromium.org
BUG=393873
NOTRY=true

Review URL: https://codereview.chromium.org/561873004

Cr-Commit-Position: refs/heads/master@{#294337}
parent 08ee2967
...@@ -15,3 +15,5 @@ Local modifications: ...@@ -15,3 +15,5 @@ Local modifications:
Removed closure_linter/testdata/ Removed closure_linter/testdata/
Added Apache License notice to closure_linter/common/tokens_test.py Added Apache License notice to closure_linter/common/tokens_test.py
Added OWNERS file Added OWNERS file
Added @suppress {suspiciousCode} to closure_linter/statetracker.py while we
wait for the external release.
...@@ -133,6 +133,7 @@ class DocFlag(object): ...@@ -133,6 +133,7 @@ class DocFlag(object):
'missingReturn', 'missingReturn',
'nonStandardJsDocs', 'nonStandardJsDocs',
'strictModuleDepCheck', 'strictModuleDepCheck',
'suspiciousCode',
'tweakValidation', 'tweakValidation',
'typeInvalidation', 'typeInvalidation',
'undefinedNames', 'undefinedNames',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment