"#"
This commit is contained in:
7
.shellcheckrc
Normal file
7
.shellcheckrc
Normal file
@@ -0,0 +1,7 @@
|
||||
# josh-sync shellcheck configuration
|
||||
# SC2155: Declare and assign separately to avoid masking return values
|
||||
# We accept this pattern for jq/yq pipeline assignments where failure is handled by set -e
|
||||
disable=SC2155
|
||||
|
||||
# Bash 4+ features
|
||||
shell=bash
|
||||
Reference in New Issue
Block a user