diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh index 8049ff6e09..c307d67d01 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