extends: default

ignore: |
  *.sops.yaml

rules:
  line-length:
    max: 100
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true
  indentation:
    spaces: 2
    indent-sequences: consistent
  document-start: disable
  truthy:
    check-keys: false
  comments:
    min-spaces-from-content: 1
