1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-11-21 20:35:10 +00:00
hosts/.shellcheckrc

14 lines
408 B
Plaintext
Raw Normal View History

2020-03-15 18:31:27 +00:00
###############################################################################
# .shellcheckrc
#
# https://github.com/koalaman/shellcheck
###############################################################################
# Disable SC2206 and SC2207
2020-03-15 18:31:27 +00:00
#
# IFS and `noglob` are set.
#
# https://github.com/koalaman/shellcheck/wiki/SC2206
2020-03-15 18:31:27 +00:00
# https://github.com/koalaman/shellcheck/wiki/SC2207
disable=SC2206,SC2207