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:
parent
4dbb6328b9
commit
f7e99424ee
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
cd `dirname "$0"`/..
|
||||
set -e
|
||||
cpplint *.cc *.h
|
||||
set -e -v
|
||||
cpplint --repository=. *.cc *.h
|
||||
|
|
Loading…
Reference in a new issue