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

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

Issue 2328693002: Updated linter with upstream release (2.3.19) (Closed)
Patch Set: Created 4 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
Index: third_party/closure_linter/closure_linter/checker.py
diff --git a/third_party/closure_linter/closure_linter/checker.py b/third_party/closure_linter/closure_linter/checker.py
index 41e52c3db56c744c619f5b3d436bf6647b483dbe..1c984173b06639d30721e564496e87e18d72a938 100755
--- a/third_party/closure_linter/closure_linter/checker.py
+++ b/third_party/closure_linter/closure_linter/checker.py
@@ -78,6 +78,8 @@ class JavaScriptStyleChecker(checkerbase.CheckerBase):
"""
self._lint_rules.Initialize(self, limited_doc_checks, is_html)
+ self._state_tracker.DocFlagPass(start_token, self._error_handler)
+
if self._alias_pass:
self._alias_pass.Process(start_token)

Powered by Google App Engine
This is Rietveld 408576698