---
extends: default
rules:
  line-length:
    max: 160
    allow-non-breakable-words: true
  empty-lines:
    max: 2
    max-start: 0
    max-end: 0
  document-start: disable
  comments:
    min-spaces-from-content: 1
  truthy:
    allowed-values: ["true", "false"]
    check-keys: false
