Skip to content

Instantly share code, notes, and snippets.

@todd-dsm
Created September 21, 2024 22:20
Show Gist options
  • Save todd-dsm/1616b791455a3be5d2abf3718f6c8ef1 to your computer and use it in GitHub Desktop.
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

Example shellcheckrc File

% cat ~/.shellcheckrc
# ShellCheck: Global Rules
#------------------------------------------------------------------------------
# Disable these annoying rules
disable=SC2317,SC2154,SC2155,SC2086

# Allow the sourcing of files
external-sources=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment