diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-02-12 02:57:26 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-11 12:57:26 -0500 |
| commit | d26655371b796cf5dad762d1b7154c25251cb41d (patch) | |
| tree | 756f7710b86d2678fbdc2434ae1630741c19edc6 /tools/lint.py | |
| parent | 90c7af27d7959e94a25f635e21b8d77cb347e135 (diff) | |
fix: improve formatting (#1732)
Diffstat (limited to 'tools/lint.py')
| -rwxr-xr-x | tools/lint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lint.py b/tools/lint.py index 1e22703b5..148cc4728 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=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"]) |
