Skip to content

Commit 1f04489

Browse files
committed
Don't run lint over gyp files (they just fail anyway)
1 parent 992b558 commit 1f04489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/tests.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ tidy:
250250
| grep '^$(S)src/test' -v \
251251
| grep '^$(S)src/libuv' -v \
252252
| grep '^$(S)src/llvm' -v \
253+
| grep '^$(S)src/gyp' -v \
253254
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
254255
$(Q)find $(S)src/etc -name '*.py' \
255256
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py

0 commit comments

Comments
 (0)