aboutsummaryrefslogtreecommitdiff
path: root/.shellcheckrc
Commit message (Collapse)AuthorAgeFilesLines
* chore: add .shellcheckrc to suppress intentional shellcheck warningsCraig Jennings2026-02-231-0/+20
Configure shellcheck to ignore false positives from sourced file patterns (SC2034), intentional word splitting (SC2086), and other stylistic warnings that don't represent bugs.