abe513cc90
This patch merges all the tox linters testenv into one. It also installs the required Ansible collections with ansible-galaxy before executing ansible-lint. Morever, the 'end-of-file-fixer' pre-commit hook is working again and this patch is fixing all the related issues. Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com> Change-Id: Ib823c6c65b4853e951cb001a6eed354ba2127965
14 lines
205 B
INI
14 lines
205 B
INI
[run]
|
|
branch = True
|
|
source =
|
|
tripleo_validations
|
|
library
|
|
lookup_plugins
|
|
omit = tripleo-validations/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
omit =
|
|
tripleo_validations/tests/*
|
|
tests/*
|