summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-12-07 07:16:47 +0100
committerRich Trott <rtrott@gmail.com>2018-12-09 19:46:13 -0800
commit5652cb0b530078bc5c5b55369aefe5d4e627ecd3 (patch)
treec5b5115efb91d7b01e6199c95275f280eeb1cb19 /Makefile
parent2cb8f247512d611d3dfe81c2441e8028bfb0e8f0 (diff)
downloadandroid-node-v8-5652cb0b530078bc5c5b55369aefe5d4e627ecd3.tar.gz
android-node-v8-5652cb0b530078bc5c5b55369aefe5d4e627ecd3.tar.bz2
android-node-v8-5652cb0b530078bc5c5b55369aefe5d4e627ecd3.zip
tools: do not lint tools/inspector_protocol or tools/markupsafe
PR-URL: https://github.com/nodejs/node/pull/24882 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dfc1de6af..ce4cf46141 100644
--- a/Makefile
+++ b/Makefile
@@ -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/markupsafe,tools/pip
else
lint-py:
@echo "Python linting with flake8 is not avalible"