---
extends: default

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

rules:
  truthy: disable
  line-length:
    max: 170
