summaryrefslogtreecommitdiff
path: root/deno2/tools/lint.sh
diff options
context:
space:
mode:
authorTristan Marion <trismarion@gmail.com>2018-06-22 15:30:35 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-22 15:30:35 +0200
commit3b595253a2e9f8badc416f85d0b09bf48f344634 (patch)
tree85939e43b504cf0ff78f69a1912209e90b67ffe5 /deno2/tools/lint.sh
parent86354a29a40fb97e334f951428239ab8e171e2dd (diff)
Move `deno2` folder to `src` (#277)
Diffstat (limited to 'deno2/tools/lint.sh')
-rwxr-xr-xdeno2/tools/lint.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh
deleted file mode 100755
index 64a452f0a..000000000
--- a/deno2/tools/lint.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd `dirname "$0"`/..
-set -e -v
-cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h