mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
refactor: move yamllint cfg to standard path
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
685521ccb2
commit
b6798e438f
2 changed files with 4 additions and 1 deletions
|
@ -21,3 +21,6 @@ rules:
|
|||
level: error
|
||||
line-length:
|
||||
max: 160
|
||||
|
||||
ignore: |
|
||||
changelogs/.plugin-cache.yaml
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue