mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
makefile: don't print shellcheck to stdout
This commit is contained in:
committed by
Christian Decker
parent
9d496f9a74
commit
0ecbdf3421
2
Makefile
2
Makefile
@@ -285,7 +285,7 @@ check-cppcheck: .cppcheck-suppress
|
||||
@trap 'rm -f .cppcheck-suppress' 0; git ls-files -- "*.c" "*.h" | grep -vE '^ccan/' | xargs cppcheck -q --language=c --std=c11 --error-exitcode=1 --suppressions-list=.cppcheck-suppress
|
||||
|
||||
check-shellcheck:
|
||||
git ls-files -- "*.sh" | xargs shellcheck
|
||||
@git ls-files -- "*.sh" | xargs shellcheck
|
||||
|
||||
check-setup_locale:
|
||||
@tools/check-setup_locale.sh
|
||||
|
||||
Reference in New Issue
Block a user