mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
# 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/cluster-api/
|
|
data/data/install.openshift.io_installconfigs.yaml
|
|
data/data/manifests/openshift/cluster-networkconfig-crd.yaml
|