mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08:00
disable warning about missing document start in yamllint
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
This commit is contained in:
parent
3f686cad8b
commit
b0f08f7adb
|
@ -11,6 +11,7 @@ rules:
|
||||||
commas: disable
|
commas: disable
|
||||||
comments: disable
|
comments: disable
|
||||||
comments-indentation: disable
|
comments-indentation: disable
|
||||||
|
document-start: disable
|
||||||
indentation:
|
indentation:
|
||||||
spaces: consistent
|
spaces: consistent
|
||||||
line-length: disable
|
line-length: disable
|
||||||
|
|
Loading…
Reference in a new issue