Skip to content

Commit

Permalink
Pedantic updates to ShellCheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
ralish committed Mar 11, 2024
1 parent a45cbb6 commit 9be0206
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Add the script directory to the search path for source statements
source-path=SCRIPTDIR
# ShellCheck settings
#
# Last reviewed release: v0.10.0

# Enable all checks (inc. optional)
# List of optional checks to enable
enable=all

# Disable some checks
# List of checks to disable
#
# SC2250 require-variable-braces optional
# Check ID Symbolic name Type
# SC2250 require-variable-braces optional
disable=SC2250

# Add the script directory to the search path for source statements
source-path=SCRIPTDIR

# vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr

0 comments on commit 9be0206

Please sign in to comment.