---
# ansible-lint configuration for ansible-sdp.
exclude_paths:
  - ansible.log
  - .claude/

skip_list:
  # The project deliberately installs the newest available Perforce and OS
  # packages rather than pinning versions, so `state: latest` is intentional.
  - package-latest
  # The role directories use hyphenated names (perforce-sdp-install and
  # perforce-sdp-monitoring) by long-standing project convention.
  - role-name
