Skip to content

Commit 480ec4e

Browse files
committed
Inherit yamllint config from the default preset
This patch also fixes the misconfigured rules definition.
1 parent 5fb2f04 commit 480ec4e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.yamllint

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
indentation:
2-
indent-sequences: false
1+
---
2+
3+
extends: default
4+
5+
rules:
6+
indentation:
7+
level: error
8+
indent-sequences: false
9+
10+
...

0 commit comments

Comments
 (0)