mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove external test scripts from shellcheck ignores
This commit is contained in:
parent
8080be9445
commit
55ccfc32f5
@ -1,12 +1,5 @@
|
||||
./test/docsCodeStyle.sh
|
||||
./test/cmdlineTests.sh
|
||||
./test/externalTests.sh
|
||||
./test/externalTests/common.sh
|
||||
./test/externalTests/gnosis.sh
|
||||
./test/externalTests/zeppelin.sh
|
||||
./test/externalTests/colony.sh
|
||||
./test/externalTests/solc-js/solc-js.sh
|
||||
./scripts/common.sh
|
||||
./scripts/isoltest.sh
|
||||
./scripts/get_version.sh
|
||||
./scripts/soltest.sh
|
||||
|
@ -18,9 +18,7 @@
|
||||
#
|
||||
# (c) 2019 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
# shellcheck disable=SC1091
|
||||
source scripts/common.sh
|
||||
# shellcheck disable=SC1091
|
||||
source test/externalTests/common.sh
|
||||
|
||||
verify_input "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user