0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/deno2/tools/lint.sh
Ryan Dahl 4ac67cf343 Demo protobufs in deno2.
Adds deno_set_response() to allow stack allocated responses.
2018-06-14 14:19:17 +02:00

4 lines
117 B
Bash
Executable file

#!/bin/sh
cd `dirname "$0"`/..
set -e -v
cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h