aboutsummaryrefslogtreecommitdiff
path: root/.shellcheckrc
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename custom/ to installer/ for clarityCraig Jennings2026-02-231-1/+2
| | | | | | | | The custom/ directory name was an archiso implementation detail. Renamed to installer/ which clearly communicates that this directory contains the installer scripts and utilities that ship on the ISO. Updated all references in build.sh, Makefile, test-install.sh, and README.
* 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.