Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the QMK Lint workflow (#10909) | Zach White | 2020-11-10 | 1 | -0/+4 |
| | | | | | * properly set the exit_code * handle the case where exit_code is greater than 255 | ||||
* | Add qmk info -l to show the layouts too (#10882) | Zach White | 2020-11-07 | 1 | -1/+1 |
| | |||||
* | New command: qmk lint (#10761) | Zach White | 2020-11-07 | 1 | -0/+51 |
* Basic qmk lint command * check for keymap readme * change the workflow from qmk info to qmk lint * add a strict mode * parsing -> parse * document qmk lint * small info logging cleanup * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * honor --strict in more places * change the job name to lint Co-authored-by: Ryan <fauxpark@gmail.com> |