Skip to content

Commit c62876c

Browse files
committed
tools: enable check-imports.py in linter
This patch simply enables check-imports.py in the linting process
1 parent 9a5306a commit c62876c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard \
630630

631631
cpplint:
632632
@$(PYTHON) tools/cpplint.py $(CPPLINT_FILES)
633+
@$(PYTHON) tools/check-imports.py
633634

634635
ifneq ("","$(wildcard tools/eslint/bin/eslint.js)")
635636
lint: jslint cpplint

0 commit comments

Comments
 (0)