---
# 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'
parseable: true
use_default_rules: true
...
