summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/format.sh2
-rwxr-xr-xtools/lint.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/format.sh b/tools/format.sh
index 2845ecd64..f0c7ec0a1 100755
--- a/tools/format.sh
+++ b/tools/format.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
cd `dirname "$0"`/..
-clang-format -i -style Google src/*.cc src/*.h src/include/*.h
+clang-format -i -style Google src/*.cc src/*.h
gn format BUILD.gn
gn format deno.gni
diff --git a/tools/lint.sh b/tools/lint.sh
index 90e79ce89..97dd9d8c9 100755
--- a/tools/lint.sh
+++ b/tools/lint.sh
@@ -6,7 +6,6 @@ cd `dirname "$0"`/..
--filter=-build/include_subdir \
--repository=src \
src/*.cc \
- src/*.h \
- src/include/*.h
+ src/*.h
node third_party/node_modules/.bin/tslint -p . \
--exclude js/msg_generated.ts