Skip to content

Commit

Permalink
test(sc): Disable shellcheck in utils/spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
musq committed Jul 27, 2019
1 parent 3003969 commit 5d888c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ show_spinner() {
local -r MSG="$3"
local -r PID="$1"

# shellcheck disable=SC2034
local i=0
local frameText=""

Expand Down

0 comments on commit 5d888c7

Please sign in to comment.