diff options
Diffstat (limited to 'deno2/tools/lint.sh')
-rwxr-xr-x | deno2/tools/lint.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh index 8049ff6e0..c307d67d0 100755 --- a/deno2/tools/lint.sh +++ b/deno2/tools/lint.sh @@ -1,4 +1,4 @@ #!/bin/sh cd `dirname "$0"`/.. -set -e -cpplint *.cc *.h +set -e -v +cpplint --repository=. *.cc *.h |