---
# Keep ansible-lint focused on our source tree, not vendored dependencies or
# packaged artifacts that may exist under collections/.
exclude_paths:
  - collections/
  - .pre-commit-config.yaml
skip_list:
  # Keep existing variable names for backwards compatibility across roles/playbooks.
  - var-naming[no-role-prefix]
