Skip to content

Commit a980f28

Browse files
committed
auto merge of #9011 : alexcrichton/rust/fix-lint, r=thestinger
2 parents 992b558 + 1f04489 commit a980f28

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)