ClickHouse/.yamllint
2021-02-20 22:20:52 +03:00

18 lines
354 B
YAML

# vi: ft=yaml
extends: default
rules:
indentation:
level: warning
indent-sequences: consistent
line-length:
# there are some bash -c "", so this is OK
max: 300
level: warning
comments:
min-spaces-from-content: 1
document-start:
present: false
truthy:
check-keys: false