mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-21 20:35:10 +00:00
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
|
###############################################################################
|
||
|
# .shellcheckrc
|
||
|
#
|
||
|
# https://github.com/koalaman/shellcheck
|
||
|
###############################################################################
|
||
|
|
||
|
# Disable SC2207
|
||
|
#
|
||
|
# IFS and `noglob` are set.
|
||
|
#
|
||
|
# https://github.com/koalaman/shellcheck/wiki/SC2207
|
||
|
disable=SC2207
|