Adding yamllint configuration file and fixing style violations

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I13d8b91c20a08d0b59bd644bd19605311355be05
This commit is contained in:
Jiri Podivin 2022-06-28 08:51:49 +02:00
parent 332f6807e8
commit 9bf191d295
4 changed files with 17 additions and 0 deletions

14
.yamllint Normal file
View File

@ -0,0 +1,14 @@
---
extends: default
rules:
line-length:
# matches hardcoded 160 value from ansible-lint
max: 160
indentation:
spaces: consistent
indent-sequences: true
check-multi-line-strings: false
ignore: |
releasenotes/notes/*.yaml

View File

@ -1,3 +1,4 @@
---
- job: - job:
name: validations-libs-functional name: validations-libs-functional
parent: devstack parent: devstack

View File

@ -1,3 +1,4 @@
---
- hosts: tempest - hosts: tempest
vars: vars:
tox_envlist: functional tox_envlist: functional

View File

@ -1,3 +1,4 @@
---
check-ram: check-ram:
hosts: all hosts: all
# reason and lp key is not mandatory for the VF. Those values are in the list # reason and lp key is not mandatory for the VF. Those values are in the list