github.com/openshift/installer@v1.4.17/.yamllint (about) 1 # Adjust the target to match the gopkg.in/yaml.v2 style used in the 2 # Kubernetes ecosystem. 3 4 extends: default 5 6 rules: 7 document-start: 8 present: false 9 indentation: 10 indent-sequences: false 11 line-length: 12 level: warning 13 max: 120 14 15 ignore: | 16 vendor/ 17 data/data/cluster-api/ 18 data/data/install.openshift.io_installconfigs.yaml 19 data/data/manifests/openshift/cluster-networkconfig-crd.yaml