mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 11:22:33 +00:00
fix: improve formatting (#1732)
This commit is contained in:
parent
90c7af27d7
commit
d26655371b
17 changed files with 55 additions and 30 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=libdeno",
|
||||
"--extensions=cc,h", "--recursive", "libdeno"
|
||||
"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