Don't attempt to run tidy over libuv or llvm

This commit is contained in:
Alex Crichton 2013-08-22 14:58:06 -07:00
parent 5003f607ec
commit d765522511
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ tidy:
@$(call E, check: formatting)
$(Q)find $(S)src -name '*.r[sc]' \
| grep '^$(S)src/test' -v \
| grep '^$(S)src/libuv' -v \
| grep '^$(S)src/llvm' -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