c12s-kubespray/.ansible-lint

21 lines
431 B
Plaintext

---
parseable: true
skip_list:
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
# The following rules throw errors.
# These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
- '104'
- '201'
- '204'
- '206'
- '301'
- '302'
- '305'
- '306'
- '404'
- '502'
- '503'
- '504'
- '602'
- '701'