mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
shellcheck: restore the check.
Accidentally disabled in 9c3691340f
.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a41ab650e5
commit
a1cf7897c0
2
Makefile
2
Makefile
@ -266,7 +266,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:
|
||||
true||git ls-files -- "*.sh" | xargs shellcheck
|
||||
git ls-files -- "*.sh" | xargs shellcheck
|
||||
|
||||
check-source: check-makefile check-source-bolt check-whitespace check-markdown check-spelling check-python check-includes check-cppcheck check-shellcheck
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user