Skip to content

Commit

Permalink
Ignore any generated TypeScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored and ry committed Jul 27, 2018
1 parent 6b49944 commit 5d146ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"python", cpplint, "--filter=-build/include_subdir", "--repository=src",
"--extensions=cc,h", "--recursive", "src/."
])
run(["node", tslint, "-p", ".", "--exclude", "js/msg_generated.ts"])
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])

0 comments on commit 5d146ed

Please sign in to comment.