Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for tab completion (#12411) | Zach White | 2021-04-14 | 1 | -1/+2 |
| | | | | | | | * Add support for tab completion * make flake8 happy * Add documentation | ||||
* | New command: qmk lint (#10761) | Zach White | 2020-11-07 | 1 | -0/+70 |
* 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> |