Add shellcheck hook and configuration
This commit is contained in:
12
.shellcheckrc
Normal file
12
.shellcheckrc
Normal file
@@ -0,0 +1,12 @@
|
||||
# Default shell for sourced files without shebang (SC2148)
|
||||
shell=bash
|
||||
|
||||
# Sourced files define variables used by other files after source
|
||||
disable=SC2034
|
||||
|
||||
# Non-constant and external source paths are intentional
|
||||
disable=SC1090
|
||||
disable=SC1091
|
||||
|
||||
# Functions invoked indirectly via trap/callback
|
||||
disable=SC2317
|
||||
Reference in New Issue
Block a user