Skip to content

Commit 4206141

Browse files
authored
Add yamllint configuration (#14)
Signed-off-by: Christian Berendt <[email protected]>
1 parent bcbec54 commit 4206141

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yamllint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
comments: enable
6+
line-length: disable

0 commit comments

Comments
 (0)