extends: default

rules:
  document-start: disable
  line-length:
    max: 150
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true
  comments:
    min-spaces-from-content: 1
  comments-indentation: disable

ignore: |
  **/*sealed*.yaml
