12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
![]() |
use_default_rules: true
|
||
|
skip_list:
|
||
|
# [E701] galaxy_info missing in metadata
|
||
|
- '701'
|
||
|
# [E602] https://github.com/ansible/ansible-lint/issues/457
|
||
|
- '602'
|
||
|
# [E301] Commands should not change things if nothing needs doing
|
||
|
# TODO(mnasiadka): Fix tasks that fail this check in a later iteration
|
||
|
- '301'
|
||
|
# [E503] Tasks that run when changed should likely be handlers
|
||
|
# TODO(mnasiadka): Rework baremetal role to do handlers instead of when: *.changed
|
||
|
- '503'
|