nagios_oracle_check_plugin/.shellcheckrc

6 lines
316 B
Plaintext
Raw Normal View History

2023-06-19 14:27:07 +00:00
# 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
disable=SC2034