refactor: move yamllint cfg to standard path

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-03-05 13:55:00 +00:00
parent 685521ccb2
commit b6798e438f
No known key found for this signature in database
GPG key ID: 00872BAF59D98753
2 changed files with 4 additions and 1 deletions

View file

@ -21,3 +21,6 @@ rules:
level: error
line-length:
max: 160
ignore: |
changelogs/.plugin-cache.yaml

View file

@ -42,7 +42,7 @@ fi
# Define config locations within collection
export MOLECULE_FILE=$collection_root/.config/molecule/config.yml
export YAMLLINT_CONFIG_FILE=$collection_root/.config/yamllint/config.yml
export YAMLLINT_CONFIG_FILE=$collection_root/.yamllint.yml
# Unset ansible-test variables that break molecule
unset _ANSIBLE_COVERAGE_CONFIG