mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
Merge pull request #249 from geetikakay/doc_fix_formating
docs(developing): document CI enforced checks under contributor guidelines
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
- All arguments have a specification in `meta/argument_specs.yml`
|
- All arguments have a specification in `meta/argument_specs.yml`
|
||||||
- All playbooks/roles should be focused on compatibility with Ansible Automation Platform
|
- All playbooks/roles should be focused on compatibility with Ansible Automation Platform
|
||||||
|
|
||||||
|
### Before pushing
|
||||||
|
|
||||||
|
- Run `make format` before committing to auto-format the code. CI rejects unformatted PRs.
|
||||||
|
- CI runs `yamllint`, `ansible-lint` (production profile) and `shellcheck`. Fix any violations before pushing
|
||||||
|
|
||||||
## Development environment
|
## Development environment
|
||||||
|
|
||||||
Install `tox` (version 4 or newer) and `tox-ansible`:
|
Install `tox` (version 4 or newer) and `tox-ansible`:
|
||||||
|
|||||||
Reference in New Issue
Block a user