parent
93e6e4b823
commit
2ccd1c5889
@ -43,7 +43,7 @@
|
|||||||
# strip off the leading ./ to make the grep regexes work properly
|
# strip off the leading ./ to make the grep regexes work properly
|
||||||
find . -type f | sed 's@^\./@@'
|
find . -type f | sed 's@^\./@@'
|
||||||
fi
|
fi
|
||||||
} | grep -E '(/CMake|\.cmake$)' | grep -v -E '(\.h\.cmake|\.in)$' \
|
} | grep -E '(^CMake|/CMake|\.cmake$)' | grep -v -E '(\.h\.cmake|\.in)$' \
|
||||||
| xargs \
|
| xargs \
|
||||||
cmakelint \
|
cmakelint \
|
||||||
--spaces=2 --linelength=132 \
|
--spaces=2 --linelength=132 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user