summaryrefslogtreecommitdiff
path: root/tools/lint.py
diff options
context:
space:
mode:
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 4c38d3c69..1e22703b5 100755
--- a/tools/lint.py
+++ b/tools/lint.py
@@ -15,8 +15,8 @@ tslint = os.path.join(third_party_path, "node_modules", "tslint", "bin",
os.chdir(root_path)
run([
- "python", cpplint, "--filter=-build/include_subdir", "--repository=src",
- "--extensions=cc,h", "--recursive", "src/."
+ "python", cpplint, "--filter=-build/include_subdir", "--repository=libdeno",
+ "--extensions=cc,h", "--recursive", "libdeno"
])
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])