--- extends: default ignore: | .git/ .github/ # Generated file tests/files/custom_cni/cilium.yaml # https://ansible.readthedocs.io/projects/lint/rules/yaml/ rules: braces: min-spaces-inside: 0 max-spaces-inside: 1 brackets: min-spaces-inside: 0 max-spaces-inside: 1 comments: min-spaces-from-content: 1 # https://github.com/adrienverge/yamllint/issues/384 comments-indentation: false indentation: spaces: 2 indent-sequences: consistent line-length: disable new-line-at-end-of-file: disable octal-values: forbid-implicit-octal: true # yamllint defaults to false forbid-explicit-octal: true # yamllint defaults to false