From f7e99424ee2b422989eee18bf825e2a6f59c2625 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jun 2018 02:02:10 +0200 Subject: [PATCH] deno2: Fix lint --- deno2/tools/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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