Skip to content

Commit c948bc9

Browse files
committed
remove shellcheck
1 parent 64e8fef commit c948bc9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/travis/codegen_verification.sh

-5
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,5 @@ else
7272
echo All tidy
7373
fi
7474

75-
echo "Run shellcheck in e2e_subs"
76-
pushd test/scripts/e2e_subs
77-
shellcheck -e SC2154,SC2034,SC2046,SC2053,SC2207,SC2145 -P . -S warning *.sh
78-
popd
79-
8075
# test binary compatibility
8176
"${SCRIPTPATH}/../../test/platform/test_linux_amd64_compatibility.sh"

0 commit comments

Comments
 (0)