mirror of
https://github.com/octoleo/hosts.git
synced 2024-12-29 12:32:44 +00:00
Disable SC2206.
`IFS` and `noglob` are set, so we can ignore both SC2206 and SC2207.
This commit is contained in:
parent
c680c02007
commit
4fae0d5526
@ -4,9 +4,10 @@
|
|||||||
# https://github.com/koalaman/shellcheck
|
# https://github.com/koalaman/shellcheck
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Disable SC2207
|
# Disable SC2206 and SC2207
|
||||||
#
|
#
|
||||||
# IFS and `noglob` are set.
|
# IFS and `noglob` are set.
|
||||||
#
|
#
|
||||||
|
# https://github.com/koalaman/shellcheck/wiki/SC2206
|
||||||
# https://github.com/koalaman/shellcheck/wiki/SC2207
|
# https://github.com/koalaman/shellcheck/wiki/SC2207
|
||||||
disable=SC2207
|
disable=SC2206,SC2207
|
||||||
|
Loading…
Reference in New Issue
Block a user