ClickHouse/.yamllint

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
336 B
Plaintext
Raw Normal View History

2021-02-20 18:04:19 +00:00
# vi: ft=yaml
extends: default
rules:
indentation:
level: warning
indent-sequences: consistent
line-length:
# there are:
# - bash -c "", so this is OK
# - yaml in tests
max: 1000
2021-02-20 18:04:19 +00:00
level: warning
comments:
min-spaces-from-content: 1
document-start: disable