mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Simplify list of files that get whitespace-checked
The rule is simple: Everything not in src/ext!
This commit is contained in:
+3
-7
@@ -62,13 +62,9 @@ test: all
|
||||
# eventdns.[hc], tinytest*.[ch]
|
||||
check-spaces:
|
||||
./contrib/checkSpace.pl -C \
|
||||
src/common/*.h \
|
||||
src/common/[^asO]*.c \
|
||||
src/common/address.c \
|
||||
src/or/[^e]*.[ch] \
|
||||
src/or/eventdns_tor.h \
|
||||
src/test/test*.[ch] \
|
||||
src/test/[^t]*.[ch] \
|
||||
src/common/*.[ch] \
|
||||
src/or/*.[ch] \
|
||||
src/test/*.[ch] \
|
||||
src/tools/*.[ch] \
|
||||
src/tools/tor-fw-helper/*.[ch]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user