summaryrefslogtreecommitdiff
path: root/deno2/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-10 04:55:31 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-10 04:55:31 +0200
commit3062039ffe5563cab1f80b2d7da2d9c7e468c462 (patch)
treec431436f2fdfe49ad1e535bea1fda1fd1acb50b5 /deno2/tools
parentaa857984b04511e62296b6d3ad9a451f81d71f71 (diff)
First pass at libdeno.
Diffstat (limited to 'deno2/tools')
-rwxr-xr-xdeno2/tools/lint.sh2
1 files changed, 1 insertions, 1 deletions
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