You've already forked nagios_oracle_check_plugin
Compare commits
1 Commits
ad326d409a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
004b3d9171
|
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user