---
# The exclude_paths does not appear to be working in pre-commit
# this issue describes similar behavior but suggested fix doesn't work
# https://github.com/ansible/ansible-lint/issues/371
# exclude_paths:
#  - roles/master_role_example/
exclude_paths:
  - '.github/'
  - 'roles/master_role_example/'
  - 'changelogs/'
  - 'tests/templated_role_example'
  - 'galaxy.yml'
  - .gitignore
  - example.yml
skip_list:
  - yaml[line-length]
  - jinja[invalid]
  - name[template]
  - var-naming[no-role-prefix]
parseable: true
use_default_rules: true
var_naming_pattern: ^(_|rhsm)_[a-z0-9_]*$
loop_var_prefix: ^(__|{role}_)
