diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 04:55:31 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 04:55:31 +0200 |
commit | 3062039ffe5563cab1f80b2d7da2d9c7e468c462 (patch) | |
tree | c431436f2fdfe49ad1e535bea1fda1fd1acb50b5 /deno2/tools | |
parent | aa857984b04511e62296b6d3ad9a451f81d71f71 (diff) |
First pass at libdeno.
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/lint.sh | 2 |
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 |