Platform_9_and_3_quarters/.shellcheckrc
2023-08-15 09:19:51 +02:00

5 lines
300 B
Plaintext

# 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