1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

deno2: Fix lint

This commit is contained in:
Ryan Dahl 2018-06-10 02:02:10 +02:00
parent 4dbb6328b9
commit f7e99424ee

View file

@ -1,4 +1,4 @@
#!/bin/sh
cd `dirname "$0"`/..
set -e
cpplint *.cc *.h
set -e -v
cpplint --repository=. *.cc *.h