---
# Ansible Lint Configuration for ansible.mcp_builder collection

profile: production

# Exclude patterns
exclude_paths:
  - extensions/mcp/servers.yaml # to_nice_yaml doesn't create sufficiently nice yaml
  - .cache/
  - .github/
  - tests/output/
  - molecule/
  - changelogs/changelog.yaml

# Enable specific rules
enable_list:
  - yaml

# Skip specific rules if needed
skip_list:
  - jinja[spacing] # Skip jinja spacing (suggested fixes are invalid)
