Platform_9_and_3_quarters/.shellcheckrc

5 lines
314 B
Plaintext
Raw Normal View History

2023-08-15 07:19:51 +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}
2023-08-15 07:35:05 +00:00
disable=SC1090,SC2089,SC2000,SC2086,SC2090