mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Add yamllint configuration
This commit is contained in:
parent
e49d90405c
commit
bde3439859
17
.yamllint
Normal file
17
.yamllint
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user