mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
More restrictive shellcheck: add -o all.
This commit is contained in:
parent
d7ecee4f0a
commit
1c38309983
@ -14,4 +14,4 @@ if [ ! -f "${SHELLCHECK}" ]; then
|
||||
fi
|
||||
|
||||
mapfile -t FILES < <(find . -type f -name "*.sh")
|
||||
"${SHELLCHECK}" "${FILES[@]}"
|
||||
"${SHELLCHECK}" -o all "${FILES[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user