Skip to content

Commit 8225c6d

Browse files
committed
Add config file for yamllint
1 parent 5422c42 commit 8225c6d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.yamllint.yaml

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

0 commit comments

Comments
 (0)