From 5d146ed742a6cf0c56c6964c1ed4bbb0e3241085 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 27 Jul 2018 16:51:19 +1000 Subject: Ignore any generated TypeScript files --- tools/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lint.py') diff --git a/tools/lint.py b/tools/lint.py index 452d44104..0ed422241 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -15,4 +15,4 @@ run([ "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"]) -- cgit v1.2.3