From 3062039ffe5563cab1f80b2d7da2d9c7e468c462 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jun 2018 04:55:31 +0200 Subject: First pass at libdeno. --- deno2/tools/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno2/tools') diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh index c307d67d0..ed7831e29 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 +cpplint --repository=. *.cc *.h include/*.h -- cgit v1.2.3