diff options
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/lint.sh | 2 |
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 |