Select Git revision
elasticsearch-deployment.yml.j2
-
Wong Hoi Sing Edison authoredWong Hoi Sing Edison authored
.yamllint 362 B
---
ignore: |
/.tox/
/.venv/
/.github/
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
truthy:
allowed-values: ["yes", "no", "true", "false", "True", "False"]
level: error
line-length:
max: 160
# Disabled rules
indentation: disable
comments: disable