summaryrefslogtreecommitdiff
path: root/tools/lint.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-26 17:36:05 -0500
committerGitHub <noreply@github.com>2019-02-26 17:36:05 -0500
commitb8a537d020f5e4495572daa4d8a59f51fa3b20d1 (patch)
tree468164b8dcc8ce0bcd64e75b63e4a3af0da36f15 /tools/lint.py
parent5dfbbbb07a8f484dca27bbe0d7a3bafb0bdb91fd (diff)
deno_core (#1827)
A new low-level crate with focus on speed. This doesn't yet hook into the existing code base.
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-xtools/lint.py4
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"] +