mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
parent
93e6e4b823
commit
2ccd1c5889
@ -43,7 +43,7 @@
|
||||
# strip off the leading ./ to make the grep regexes work properly
|
||||
find . -type f | sed 's@^\./@@'
|
||||
fi
|
||||
} | grep -E '(/CMake|\.cmake$)' | grep -v -E '(\.h\.cmake|\.in)$' \
|
||||
} | grep -E '(^CMake|/CMake|\.cmake$)' | grep -v -E '(\.h\.cmake|\.in)$' \
|
||||
| xargs \
|
||||
cmakelint \
|
||||
--spaces=2 --linelength=132 \
|
||||
|
Loading…
Reference in New Issue
Block a user