Skip to content

Commit

Permalink
tools: do not lint tools/inspector_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 7, 2018
1 parent cbf0e5a commit aeb4481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ ifneq ("","$(wildcard tools/pip/site-packages)")
lint-py:
PYTHONPATH=tools/pip $(PYTHON) -m flake8 . \
--count --show-source --statistics --select=E901,E999,F821,F822,F823 \
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/jinja2,tools/pip
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/pip
else
lint-py:
@echo "Python linting with flake8 is not avalible"
Expand Down

0 comments on commit aeb4481

Please sign in to comment.