★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/6348d71a8aNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
build: do not lint python scripts under test/fixtures
PR-URL: #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>
  • Loading branch information
joyeecheung authored and MylesBorins committed May 16, 2019
1 parent ced7f67 commit 6348d71a8acff13b09451b1496c1617b812654f9
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
@@ -1243,7 +1243,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"

0 comments on commit 6348d71

Please sign in to comment.