mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
makefile: don't print shellcheck to stdout
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user