torwachter: rm d3 key as he does no longer want access as told by ruru. Also better...
[noc.git] / ansible / .ansible-lint
1 skip_list:
2   # These default rules (https://docs.ansible.com/ansible-lint/rules/default_rules.html) are deactivated:
3   #
4   # This list must contain only strings, so put the rule numbers in quotes
5   #
6   # Lines can be big and beautiful and don't need no linter!
7   - "204"
8   # Currently buggy in 4.0.0: https://github.com/ansible/ansible-lint/issues/443
9   - "404"
10   # Not a concern for us (internet is either stable or down, retries won't change that):
11   - "405"
12   # Our roles are generally not intended to go on Ansible Galaxy
13   - "701"
14   - "703"
15   - "704"