mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -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
|
#!/bin/sh
|
||||||
cd `dirname "$0"`/..
|
cd `dirname "$0"`/..
|
||||||
set -e
|
set -e -v
|
||||||
cpplint *.cc *.h
|
cpplint --repository=. *.cc *.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue