mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
9f519afc5d
$ shellcheck --version ShellCheck - shell script analysis tool version: 0.5.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net $ make check-source ... In tools/check-includes.sh line 14: if [[ $(grep -cE "^#((ifndef|define) ${HEADER_ID}|endif /\* ${HEADER_ID} \*/)$" "${HEADER_FILE}") != 3 ]]; then ^-- SC1117: Backslash is literal in "\*". Prefer explicit escaping: "\\*". In tools/check-includes.sh line 28: git ls-files | grep -v 'ccan/' | grep -E "\.${1}"'$' ^-- SC1117: Backslash is literal in "\.". Prefer explicit escaping: "\\.". |
||
---|---|---|
.. | ||
check-bolt.c | ||
check-includes.sh | ||
check-manpage.sh | ||
check-markdown.sh | ||
check-setup_locale.sh | ||
check-spelling.sh | ||
docker-entrypoint.sh | ||
generate-wire.py | ||
mockup.sh | ||
refresh-submodules.sh | ||
rel.sh | ||
update-mocks.sh |