mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
18 lines
354 B
YAML
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
|