oh-my-bash/.shellcheckrc
Abel Sen 8b8a3b31e0
tools: Apply ShellCheck to files in the tools directory (#402)
* Add `.shellcheckrc`
* Apply ShellCheck to `tools/check_for_upgrade.sh`
* Apply ShellCheck to `tools/uninstall.sh`
* Apply ShellCheck to `tools/install.sh`

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2023-02-22 21:43:37 +09:00

2 lines
78 B
Plaintext

disable=SC1087 # Use braces when expanding arrays -- needed for Zsh, not Bash