diff options
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-x | tools/lint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lint.py b/tools/lint.py index 148cc4728..e3e765387 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -21,8 +21,8 @@ run([ run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"]) run([ - "node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude", - "**/gen/**/*.ts", "--project", "tsconfig.json" + "node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "./core/*.js", + "--exclude", "**/gen/**/*.ts", "--project", "tsconfig.json" ]) run([sys.executable, "third_party/depot_tools/pylint.py"] + |