summaryrefslogtreecommitdiffstats
path: root/.yamllint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old UI (#15414)Hao Liu2024-08-221-2/+0
| | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
* Centralized logging via otelChris Meyers2024-05-311-0/+2
|
* Add readthedocs configuration (#14413)Don Naro2023-09-051-0/+1
|
* ignore template file from yamllintHao Liu2022-09-231-0/+2
|
* yamllint: ignore some gitignore'd directoriesShane McDonald2021-10-131-0/+2
|
* yamllint: disable truthy ruleShane McDonald2021-10-131-0/+1
| | | | This rule feels very anti-Ansible
* Dont lint GHA filesShane McDonald2021-07-201-0/+1
|
* yamllint: Make all files in awx pass yamllintYanis Guenane2019-12-021-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>