summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-22 20:55:30 +0800
committerRefael Ackermann <refack@gmail.com>2019-01-22 12:47:00 -0500
commit715df64b467469d669f4db2b0824851168479be5 (patch)
tree12ac5616178aefd7060b8282b1441bac1db40caa /Makefile
parent11387e1454d8b8311dfdb1bac6a7ec1a1494946d (diff)
downloadandroid-node-v8-715df64b467469d669f4db2b0824851168479be5.tar.gz
android-node-v8-715df64b467469d669f4db2b0824851168479be5.tar.bz2
android-node-v8-715df64b467469d669f4db2b0824851168479be5.zip
build: do not lint python scripts under test/fixtures
PR-URL: https://github.com/nodejs/node/pull/25639 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36b61af399..9fcf7e0870 100644
--- a/Makefile
+++ b/Makefile
@@ -1294,7 +1294,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/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip
+ --exclude=.git,deps,lib,src,test/fixtures,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"