We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1f5da commit 3a86dd9Copy full SHA for 3a86dd9
.yamllint.yml
@@ -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