exclude_paths: [tests/roles/, .github/, examples/roles/, tests/, .ansible-lint]
kinds:
- {yaml: '**/meta/collection-requirements.yml'}
- {yaml: '**/tests/collection-requirements.yml'}
- {playbook: '**/tests/tests_*.yml'}
- {playbook: '**/tests/setup-snapshot.yml'}
- {tasks: '**/tests/*.yml'}
- {playbook: '**/tests/playbooks/*.yml'}
- {tasks: '**/tests/tasks/*.yml'}
- {tasks: '**/tests/tasks/*/*.yml'}
- {vars: '**/tests/vars/*.yml'}
- {playbook: '**/examples/*.yml'}
mock_roles: [rhel-system-roles.ha_cluster]
skip_list: ['yaml[line-length]', '403', fqcn-builtins, '106', '701', fqcn-builtin,
  fqcn, '305', '208', '306', '502', '602', '303', ignore-errors, role-name]
warn_list: ['306', load-failure]
