mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
d8b9a7052e
https://clickhouse-test-reports.s3.yandex.net/21019/e9226904530afa0262a4c478ddd6d7d7d82293cf/style_check.html#fail1
16 lines
316 B
YAML
16 lines
316 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
|