You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zach White 4d33d72975
New command: qmk lint (#10761)
* 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>
5 years ago
..
cli New command: qmk lint (#10761) 5 years ago
tests CLI: Add `qmk clean` (#10785) 5 years ago
__init__.py
c_parse.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
commands.py c2json: Fix TypeError on MSYS2 (#10709) 5 years ago
comment_remover.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
constants.py Generate api data on each push (#10609) 5 years ago
converter.py Add cli convert subcommand, from raw KLE to JSON (#6898) 6 years ago
datetime.py Generate api data on each push (#10609) 5 years ago
decorators.py Generate api data on each push (#10609) 5 years ago
errors.py Small CLI cleanups 6 years ago
info.py New command: qmk lint (#10761) 5 years ago
keyboard.py `qmk info`: Add `--ascii` flag (#10793) 5 years ago
keymap.py Generate api data on each push (#10609) 5 years ago
makefile.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
math.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
path.py New command: qmk lint (#10761) 5 years ago
questions.py Improve ANSI support and --no-color (#10537) 5 years ago
submodules.py Beef up how `qmk doctor` works. (#7375) 6 years ago