summaryrefslogtreecommitdiffstats
path: root/.shellcheckrc
AgeCommit message (Collapse)Author
2023-02-16Assorted shellcheck cleanup. (#14524)Austin S. Hemmelgarn
* Add shellcheck config file to globally disable dead code checks. These checks have an extremely high false positive rate and even when they’re correctly flagging code the impact is generally very low. * Fix assorted shellcheck errors in installer code. This should make reviewing PRs relating to this code much easier. * Make shellcheck quit complaining about shellcheckrc formatting.