mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
Ignore any generated TypeScript files
This commit is contained in:
parent
6b49944da1
commit
5d146ed742
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ run([
|
||||||
"python", cpplint, "--filter=-build/include_subdir", "--repository=src",
|
"python", cpplint, "--filter=-build/include_subdir", "--repository=src",
|
||||||
"--extensions=cc,h", "--recursive", "src/."
|
"--extensions=cc,h", "--recursive", "src/."
|
||||||
])
|
])
|
||||||
run(["node", tslint, "-p", ".", "--exclude", "js/msg_generated.ts"])
|
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
|
||||||
|
|
Loading…
Reference in a new issue