---
extends: default
rules:
  line-length:
    max: 120
    level: warning
  truthy:
    allowed-values: ["true", "false", "yes", "no"]
  comments:
    min-spaces-from-content: 1
  document-start: enable
  indentation:
    spaces: 2
    indent-sequences: consistent
ignore: |
  .github/
  changelogs/
