Skip to content

Commit c123892

Browse files
committed
ci: Drop Travis-specific workaround for shellcheck
1 parent 10af252 commit c123892

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/lint/lint-shell.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88

99
export LC_ALL=C
1010

11-
# The shellcheck binary segfault/coredumps in Travis with LC_ALL=C
12-
# It does not do so in Ubuntu 14.04, 16.04, 18.04 in versions 0.3.3, 0.3.7, 0.4.6
13-
# respectively. So export LC_ALL=C is set as required by lint-shell-locale.sh
14-
# but unset here in case of running in Travis.
15-
if [ "$TRAVIS" = "true" ]; then
16-
unset LC_ALL
17-
fi
18-
1911
# Disabled warnings:
2012
disabled=(
2113
SC2046 # Quote this to prevent word splitting.

0 commit comments

Comments
 (0)