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

Unified Diff: third_party/closure_linter/closure_linter/full_test.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/full_test.py
diff --git a/third_party/closure_linter/closure_linter/full_test.py b/third_party/closure_linter/closure_linter/full_test.py
index f2cf460b9be505457f8925a504a457da2c35fdee..e69a8c09f88f43c6c5a71a11d2b0c2312ebfd36e 100755
--- a/third_party/closure_linter/closure_linter/full_test.py
+++ b/third_party/closure_linter/closure_linter/full_test.py
@@ -65,6 +65,7 @@ _TEST_FILES = [
'provide_blank.js',
'provide_extra.js',
'provide_missing.js',
+ 'require_alias.js',
'require_all_caps.js',
'require_blank.js',
'require_extra.js',
@@ -73,6 +74,7 @@ _TEST_FILES = [
'require_function_through_both.js',
'require_function_through_namespace.js',
'require_interface.js',
+ 'require_interface_alias.js',
'require_interface_base.js',
'require_lower_case.js',
'require_missing.js',
@@ -81,6 +83,7 @@ _TEST_FILES = [
'require_provide_missing.js',
'require_provide_ok.js',
'semicolon_missing.js',
+ 'semicolon_missing2.js',
'simple.html',
'spaces.js',
'tokenizer.js',

Powered by Google App Engine
This is Rietveld 408576698