summary refs log tree commit diff
path: root/scripts-dev/config-lint.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it.