Explorar el Código

lint: align yamllint with ansible-lint

Signed-off-by: Kristoffer <kristoffer@weitby.eu>
pull/5425/head
Kristoffer hace 1 semana
padre
commit
855aabbd86
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      .yamllint

+ 11
- 0
.yamllint Ver fichero

@@ -1,5 +1,16 @@
--- ---
extends: default extends: default


# Keep this custom configuration compatible with ansible-lint's `yaml` rule.
# See https://docs.ansible.com/projects/lint/rules/yaml/#yamllint-configuration
rules: rules:
braces:
min-spaces-inside: 0
max-spaces-inside: 1
comments:
min-spaces-from-content: 1
comments-indentation: false
line-length: disable line-length: disable
octal-values:
forbid-explicit-octal: true
forbid-implicit-octal: true

Cargando…
Cancelar
Guardar