---
extends: default

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

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