Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add readthedocs configuration (#14413) | Don Naro | 2023-09-05 | 1 | -0/+1 |
| | |||||
* | ignore template file from yamllint | Hao Liu | 2022-09-23 | 1 | -0/+2 |
| | |||||
* | yamllint: ignore some gitignore'd directories | Shane McDonald | 2021-10-13 | 1 | -0/+2 |
| | |||||
* | yamllint: disable truthy rule | Shane McDonald | 2021-10-13 | 1 | -0/+1 |
| | | | | This rule feels very anti-Ansible | ||||
* | Dont lint GHA files | Shane McDonald | 2021-07-20 | 1 | -0/+1 |
| | |||||
* | yamllint: Make all files in awx pass yamllint | Yanis Guenane | 2019-12-02 | 1 | -0/+12 |
This commit updates all files that weren't passing yamllint for them to pass. A new yamllint target has been added. One can run `tox -e yamllint` or `yamllint -s .` locally to ensure yaml files are still passing. This check will be enabled in the CI so it can get on every new contributions, and prevent merging non-compliant code. Signed-off-by: Yanis Guenane <yguenane@redhat.com> |