extends: default

rules:
  line-length: disable
  truthy: disable
  document-start: disable
  comments-indentation: disable
  braces: disable
  brackets: disable
  indentation: disable

ignore: |
  deploy/helm/templates/
  **/secrets.enc.yaml
