---
profile: production
exclude_paths:
  - .cache/
  - .venv/
  - ci/
loop_var_prefix: ^(__|{role}_)
var_naming_pattern: ^[a-z_][a-z0-9_]*$
use_default_rules: true
enable_list:
  - args
  - empty-string-compare # opt-in
  - no-log-password # opt-in
  - no-same-owner # opt-in
  - name[prefix] # opt-in
  - yaml
warn_list:
  - skip_this_tag
  - experimental # experimental is included in the implicit list
  - var-naming[no-role-prefix]
  - galaxy[no-changelog]
offline: true
