We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5422c42 commit 8225c6dCopy full SHA for 8225c6d
1 file changed
.yamllint.yaml
@@ -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