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: c307d67d0197b8a2698bddd4dd7cc632281f8295 (
plain
)
1
2
3
4
#!/bin/sh cd `dirname "$0"`/.. set -e -v cpplint --repository=. *.cc *.h