---
# vim: ft=yaml

profile: shared
use_default_rules: true
verbosity: 1

exclude_paths:
  - .github
  - plugins

warn_list:
  - ignore-errors
  - no-changed-when
  - var-naming[no-role-prefix]
  - yaml[line-length]
...
