diff options
| author | Faris Amali Alis <faris@starchild.my> | 2018-07-06 15:19:19 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 03:19:19 -0400 |
| commit | bfe08aa4629ee2834ac5c7eaea4db164db1e66ae (patch) | |
| tree | 4577e972fe3235faeb10bec19e73e5764759eee6 /tools | |
| parent | 1f6f2f5cae4b410f671bcaf2a374f2493075c42d (diff) | |
Rename deno.cc to binding.cc and other renames (#339)
Fixes #336
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/format.sh | 2 | ||||
| -rwxr-xr-x | tools/lint.sh | 3 |
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 |
