---
# vim: ft=yaml

profile: shared
use_default_rules: true
verbosity: 1

exclude_paths:
  - .github
  - plugins

warn_list:
  - yaml[line-length]
  - ignore-errors
  - no-changed-when
...
