Skip to content

Commit

Permalink
ci: Drop Travis-specific workaround for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Dec 21, 2020
1 parent 10af252 commit c123892
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/lint/lint-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@

export LC_ALL=C

# The shellcheck binary segfault/coredumps in Travis with LC_ALL=C
# It does not do so in Ubuntu 14.04, 16.04, 18.04 in versions 0.3.3, 0.3.7, 0.4.6
# respectively. So export LC_ALL=C is set as required by lint-shell-locale.sh
# but unset here in case of running in Travis.
if [ "$TRAVIS" = "true" ]; then
unset LC_ALL
fi

# Disabled warnings:
disabled=(
SC2046 # Quote this to prevent word splitting.
Expand Down

0 comments on commit c123892

Please sign in to comment.