8 lines
212 B
Text
8 lines
212 B
Text
# shellcheck configuration
|
|
shell=bash
|
|
enable=all
|
|
severity=warning
|
|
|
|
# SC2312: Ignore "consider invoking separately to avoid masking return values"
|
|
# (common pattern with command -v in this project)
|
|
disable=SC2312
|