Inherit yamllint config from the default preset

This patch also fixes the misconfigured rules definition.
This commit is contained in:
Sviatoslav Sydorenko
2022-11-30 10:05:59 +01:00
parent 5fb2f047e2
commit 480ec4ed58
+8
View File
@@ -1,2 +1,10 @@
---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...