mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Fix cpplint
This commit is contained in:
parent
13582ff3f2
commit
06c0e29118
9 changed files with 14 additions and 22 deletions
|
@ -15,8 +15,8 @@ tslint = os.path.join(third_party_path, "node_modules", "tslint", "bin",
|
|||
|
||||
os.chdir(root_path)
|
||||
run([
|
||||
"python", cpplint, "--filter=-build/include_subdir", "--repository=src",
|
||||
"--extensions=cc,h", "--recursive", "src/."
|
||||
"python", cpplint, "--filter=-build/include_subdir", "--repository=libdeno",
|
||||
"--extensions=cc,h", "--recursive", "libdeno"
|
||||
])
|
||||
|
||||
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue