From 5652cb0b530078bc5c5b55369aefe5d4e627ecd3 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 7 Dec 2018 07:16:47 +0100 Subject: tools: do not lint tools/inspector_protocol or tools/markupsafe PR-URL: https://github.com/nodejs/node/pull/24882 Reviewed-By: Rich Trott Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Colin Ihrig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3