---
extends: default

ignore: |
  .cache/
  kustomization.yaml
  awx-operator.clusterserviceversion.yaml
  bundle
  .helm/starter

rules:
  truthy: disable
  line-length:
    max: 170
  document-start: disable
  comments-indentation: disable
  indentation:
    level: warning
    indent-sequences: consistent
