% cat ~/.shellcheckrc
# ShellCheck: Global Rules
#------------------------------------------------------------------------------
# Disable these annoying rules
disable=SC2317,SC2154,SC2155,SC2086
# Allow the sourcing of files
external-sources=true
Created
September 21, 2024 22:20
-
-
Save todd-dsm/1616b791455a3be5d2abf3718f6c8ef1 to your computer and use it in GitHub Desktop.
shellcheckrc example that fits my style; replace with rules that match your style
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment