summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/lint.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for tab completion (#12411)Zach White2021-04-141-1/+2
| | | | | | | * Add support for tab completion * make flake8 happy * Add documentation
* New command: qmk lint (#10761)Zach White2020-11-071-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>