Improved ignore

This commit is contained in:
Mischa ter Smitten 2023-04-19 17:25:50 +02:00
parent f919c7a172
commit 3f5f7d944c
No known key found for this signature in database
GPG Key ID: F87F0926430C47D0
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,6 @@
---
warn_list:
- role-name
- name[play]
- name[casing]
- '503'
- no-handler

View File

@ -23,7 +23,9 @@ jobs:
python-version: '3.x'
- name: Install test dependencies
run: pip install ansible-lint[community,yamllint]
run: |
pip install ansible-lint
ansible-galaxy install -r requirements.yml
- name: Lint code
run: |
@ -43,11 +45,8 @@ jobs:
matrix:
include:
- distro: debian8
ansible-version: '<2.10'
- distro: debian9
- distro: debian10
- distro: ubuntu1604
ansible-version: '>=2.9, <2.10'
- distro: ubuntu1604
ansible-version: '>=2.10, <2.11'
- distro: ubuntu1604
@ -73,7 +72,7 @@ jobs:
molecule test
env:
ANSIBLE_FORCE_COLOR: '1'
ANSIBLE_VERBOSITY: '3'
ANSIBLE_VERBOSITY: '2'
MOLECULE_DEBUG: '1'
MOLECULE_DISTRO: "${{ matrix.distro }}"
PY_COLORS: '1'