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
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -1,2 +1,10 @@
indentation:
indent-sequences: false
---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...