summary refs log tree commit diff
path: root/scripts-dev/config-lint.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Shellcheck SC2006: Use $(...) notationDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2086: Quote to prevent splittingDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2046: Quote to prevent word splitDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2164: exit in case cd fails.Dan Callahan2021-10-221-1/+1
* Use interpreter from $PATH instead of absolute paths in various scripts using...Quentin Gliech2021-03-251-1/+1
* Prevent the config-lint script erroring out on any sample_config changes (#9562)Andrew Morgan2021-03-091-2/+7
* Use BSD-compatible in-place editing for sed. (#6887)Patrick Cloke2020-02-121-1/+2
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-0/+9