---
# 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

# Transitional warning-only rules while role refactors are in progress.
warn_list:
  - var-naming[no-role-prefix]
  - key-order[task]
  - partial-become[task]
  - no-changed-when
