mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-22 04:45:11 +00:00
Add .shellcheckrc and disable SC2207.
This commit is contained in:
parent
fa9ba543f5
commit
a54793a9d0
12
.shellcheckrc
Normal file
12
.shellcheckrc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
###############################################################################
|
||||||
|
# .shellcheckrc
|
||||||
|
#
|
||||||
|
# https://github.com/koalaman/shellcheck
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
# Disable SC2207
|
||||||
|
#
|
||||||
|
# IFS and `noglob` are set.
|
||||||
|
#
|
||||||
|
# https://github.com/koalaman/shellcheck/wiki/SC2207
|
||||||
|
disable=SC2207
|
Loading…
Reference in New Issue
Block a user