Skip to content

Commit 42a11f8

Browse files
committed
[scripts] ImportExportTest.sh: shellcheck source=scripts/common.sh
1 parent 0f7876b commit 42a11f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ImportExportTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SOLIDITY_BUILD_DIR=${SOLIDITY_BUILD_DIR:-${REPO_ROOT}/build}
3838
SOLC=${SOLIDITY_BUILD_DIR}/solc/solc
3939
SPLITSOURCES=${REPO_ROOT}/scripts/splitSources.py
4040

41-
# shellcheck disable=SC1090,SC1091
41+
# shellcheck source=scripts/common.sh
4242
source "${REPO_ROOT}/scripts/common.sh"
4343

4444
SYNTAXTESTS_DIR="${REPO_ROOT}/test/libsolidity/syntaxTests"

0 commit comments

Comments
 (0)