mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: shellcheck: raise the bar, stop excluding "SC2155 Declare and assign separately to avoid masking return values"
This commit is contained in:
@@ -71,7 +71,6 @@ case "${SEVERITY}" in
|
||||
"SC2086" # "quote this to prevent word splitting" -- bad expansion, variant 3, a lot of legacy pre-next code hits this
|
||||
"SC2206" # (warning): Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
|
||||
"SC2154" # "is referenced but not assigned." idem
|
||||
"SC2155" # "Declare and assign separately to avoid masking return values." - pretty bad
|
||||
)
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user