2017-08-24 17:09:52 +08:00
|
|
|
---
|
|
|
|
extends: default
|
|
|
|
|
2020-09-11 17:06:14 +08:00
|
|
|
ignore: |
|
|
|
|
.git/
|
2024-04-25 16:34:39 +08:00
|
|
|
.github/
|
2023-03-03 16:23:08 +08:00
|
|
|
# Generated file
|
|
|
|
tests/files/custom_cni/cilium.yaml
|
2024-07-26 09:42:20 +08:00
|
|
|
# https://ansible.readthedocs.io/projects/lint/rules/yaml/
|
2017-08-24 17:09:52 +08:00
|
|
|
rules:
|
|
|
|
braces:
|
|
|
|
min-spaces-inside: 0
|
|
|
|
max-spaces-inside: 1
|
|
|
|
brackets:
|
|
|
|
min-spaces-inside: 0
|
|
|
|
max-spaces-inside: 1
|
2024-07-26 09:42:20 +08:00
|
|
|
comments:
|
|
|
|
min-spaces-from-content: 1
|
|
|
|
# https://github.com/adrienverge/yamllint/issues/384
|
|
|
|
comments-indentation: false
|
2017-08-24 17:09:52 +08:00
|
|
|
indentation:
|
|
|
|
spaces: 2
|
|
|
|
indent-sequences: consistent
|
|
|
|
line-length: disable
|
|
|
|
new-line-at-end-of-file: disable
|
2024-07-26 09:42:20 +08:00
|
|
|
octal-values:
|
|
|
|
forbid-implicit-octal: true # yamllint defaults to false
|
|
|
|
forbid-explicit-octal: true # yamllint defaults to false
|