Skip to content

Commit 3fbfcfb

Browse files
authored
Add shellcheck disable for SC2329 warning
1 parent efb3ffa commit 3fbfcfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker_env/buildenv_check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ check_library_installation()
101101
}
102102

103103
# shellcheck disable=SC2317
104+
# shellcheck disable=SC2329
104105
cleanup()
105106
{
106107
if [ "$(dirname "${TEST_DIR}")" != "/tmp" ]; then

0 commit comments

Comments
 (0)