summaryrefslogtreecommitdiff
path: root/deno2/tools/lint.sh
blob: 64a452f0aac706e642438a7973c2f61d4d07bc4b (plain)
1
2
3
4
#!/bin/sh
cd `dirname "$0"`/..
set -e -v
cpplint --filter=-build/include_subdir --repository=.  *.cc *.h include/*.h