Skip to content

Commit d765522

Browse files
committed
Don't attempt to run tidy over libuv or llvm
1 parent 5003f60 commit d765522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ tidy:
240240
@$(call E, check: formatting)
241241
$(Q)find $(S)src -name '*.r[sc]' \
242242
| grep '^$(S)src/test' -v \
243+
| grep '^$(S)src/libuv' -v \
244+
| grep '^$(S)src/llvm' -v \
243245
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
244246
$(Q)find $(S)src/etc -name '*.py' \
245247
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py

0 commit comments

Comments
 (0)