index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deno2
/
tools
/
lint.sh
blob: ed7831e2971137ff077316a17781df4f9405fba2 (
plain
)
1
2
3
4
#!/bin/sh cd `dirname "$0"`/.. set -e -v cpplint --repository=. *.cc *.h include/*.h