mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disable shellcheck SC2086
This commit is contained in:
parent
9b9ac7f607
commit
2fb668fa47
@ -215,6 +215,7 @@ EXCLUDE_FILES=(
|
||||
pragma_experimental_solidity.sol
|
||||
)
|
||||
EXCLUDE_FILES_JOINED=$(printf "! -name %s " "${EXCLUDE_FILES[@]}")
|
||||
# shellcheck disable=SC2086
|
||||
IMPORT_TEST_FILES=$(find "${TEST_DIRS[@]}" -name "*.sol" -and $EXCLUDE_FILES_JOINED -not -path "*/experimental/*")
|
||||
|
||||
NSOURCES="$(echo "${IMPORT_TEST_FILES}" | wc -l)"
|
||||
|
Loading…
Reference in New Issue
Block a user