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 6f6ba8dfe..fb400a8e9 100755
--- a/tools/lint.py
+++ b/tools/lint.py
@@ -20,8 +20,8 @@ run([
])
run([
- "node", eslint, "./js/**/*.{ts,js}", "./core/**/*.{ts,js}",
- "./tests/**/*.{ts,js}"
+ "node", eslint, "--max-warnings=0", "./js/**/*.{ts,js}",
+ "./core/**/*.{ts,js}", "./tests/**/*.{ts,js}"
])
run([sys.executable, "third_party/depot_tools/pylint.py"] +