Skip to content

Commit 3a86dd9

Browse files
committed
Add yamllint config
1 parent 5e1f5da commit 3a86dd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.yamllint.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
# 80 chars should be enough, but don't fail if a line is longer
6+
line-length:
7+
max: 80
8+
level: warning
9+
truthy: disable

0 commit comments

Comments
 (0)