Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: third_party/closure_linter/closure_linter/statetracker.py

Issue 561873004: closure_linter: temporarily add support for @suppress {suspiciousCode} to unblock compiling setting… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/closure_linter/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_linter/closure_linter/statetracker.py
diff --git a/third_party/closure_linter/closure_linter/statetracker.py b/third_party/closure_linter/closure_linter/statetracker.py
index 4df205c2c2e69f0d31575e230fac043eab9e02ac..ba25dfc5cf916de33d99ca14cc4c86b75bf088f3 100755
--- a/third_party/closure_linter/closure_linter/statetracker.py
+++ b/third_party/closure_linter/closure_linter/statetracker.py
@@ -133,6 +133,7 @@ class DocFlag(object):
'missingReturn',
'nonStandardJsDocs',
'strictModuleDepCheck',
+ 'suspiciousCode',
'tweakValidation',
'typeInvalidation',
'undefinedNames',
« no previous file with comments | « third_party/closure_linter/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698