---
# .ansible-lint configuration for tezos.octez collection.
#
# The collection was extracted from an operational repository at the v0.1.0
# milestone; certain stylistic rules are temporarily relaxed below so the
# initial publication doesn't require a wholesale rewrite. Each `skip_list`
# entry below is technical debt to be addressed in a follow-up minor release.

profile: min

skip_list:
  # 166 occurrences across the roles. Eliminating these requires renaming
  # almost every variable to be role-prefixed and rippling the renames into
  # every consumer of the collection. Tracked for v0.2.0.
  - var-naming[no-role-prefix]

exclude_paths:
  - .git/
  - build/
  - collections/
  - tests/output/
