---
# Ansible-lint configuration

skip_list:
  - 'role-name'
  - 'name[casing]'
  - 'line-too-long'

exclude_paths:
  - .git
  - .gitea
  - molecule/
  - molecule/default/tests/
  - scenarios/
