mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +00:00
Don't run lint over gyp files (they just fail anyway)
This commit is contained in:
parent
992b558d3c
commit
1f044893b1
@ -250,6 +250,7 @@ tidy:
|
||||
| grep '^$(S)src/test' -v \
|
||||
| grep '^$(S)src/libuv' -v \
|
||||
| grep '^$(S)src/llvm' -v \
|
||||
| grep '^$(S)src/gyp' -v \
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
$(Q)find $(S)src/etc -name '*.py' \
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
|
Loading…
Reference in New Issue
Block a user