# Adjust the target to match the gopkg.in/yaml.v2 style used in the
# Kubernetes ecosystem.

extends: default

rules:
  document-start:
    present: false
  indentation:
    indent-sequences: false
  line-length:
    level: warning
    max: 120

ignore: |
  vendor/
  data/data/install.openshift.io_installconfigs.yaml
  data/data/manifests/openshift/cluster-networkconfig-crd.yaml
