health-check/.shellcheckrc
Ronaldo Dias bc5c03118f Adiciona linting config e body JSON no ping
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 03:01:14 -03:00

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