forked from infra/ansible
Ignore no-changed-when errors in ansible-lint
This will add no-changed-when to skip list and doesn't check for these linting issues. Fixes https://pagure.io/fedora-infrastructure/issue/12284 Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
a80e25ff0c
commit
607fca5767
1 changed files with 1 additions and 0 deletions
|
|
@ -66,3 +66,4 @@ skip_list:
|
|||
- yaml
|
||||
- role-name[path]
|
||||
- var-naming[no-role-prefix]
|
||||
- no-changed-when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue