shellcheck basics
This commit is contained in:
parent
5b8a1c0387
commit
65a3231bea
4
.shellcheckrc
Normal file
4
.shellcheckrc
Normal file
@ -0,0 +1,4 @@
|
||||
# SC2317: Command appears to be unreachable. <- unused functions on the template
|
||||
# SC2034: OPTION appears unused. Verify use <- unused variable on the template
|
||||
# SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location. <- ${CONFIGFILE}
|
||||
disable=SC2317,SC2034,SC1090
|
Loading…
Reference in New Issue
Block a user