From 06c0e291182f20f207e4c914ae78d3f9ec16e074 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 Jan 2019 21:31:59 -0500 Subject: Fix cpplint --- tools/lint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lint.py') diff --git a/tools/lint.py b/tools/lint.py index 4c38d3c69..1e22703b5 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -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"]) -- cgit v1.2.3