| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Fix "No C files in filelist: None"
* Align other commands
* force absolute paths
|
| |
|
|
|
|
|
| |
* qmk format-python filter all files
* filter changed files too
|
|
|
|
|
|
|
|
|
|
|
| |
* Add diff logic to python format subcommand
* Update test
* Add in filter per format-c
* fix tests
* Update new workflow
|
|
|
|
|
|
|
| |
* Partially reinstate CI formatting process
* Fix exit code on clean run
* Fix exit code on clean run
|
|
|
|
|
|
|
| |
* Misc folder tidy
* Review comments
* Remove redundant entry
|
|
|
|
|
|
|
| |
PR #13296 changed the name of the `cformat` and `pyformat` commands to
`format-c` and `format-py` respectively. This PR updates the documentation
and some parts of the CLI to use the new names.
Also add documentation for the new `format-text` subcommand, introduced
in the same PR.
|
|
|
|
|
|
|
|
|
| |
* move all our file formatters to the format dir
* Apply suggestions from code review
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix some broken info.json files
* optimize our jsonschema using refs
* fix formatting after vscode broke it
* make flake8 happy
* cleanup
* make our schema validation more compact and flexible
|
|
|
|
|
| |
* ensure that safe_commands always run
* import the config subcommand in bin/qmk
|
|
* Add a command to format json files
* change to work after rebase
* add test for qmk format-json
* add documentation for qmk format-json
* Update lib/python/qmk/cli/format/json.py
|