summaryrefslogtreecommitdiff
path: root/deno2/tools/lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deno2/tools/lint.sh')
-rwxr-xr-xdeno2/tools/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh
index ed7831e29..64a452f0a 100755
--- a/deno2/tools/lint.sh
+++ b/deno2/tools/lint.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cd `dirname "$0"`/..
set -e -v
-cpplint --repository=. *.cc *.h include/*.h
+cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h