We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3af1cd commit 7aec3c1Copy full SHA for 7aec3c1
.yamllint
@@ -2,7 +2,7 @@
2
extends: default
3
4
rules:
5
- # 170 chars should be enough, but don't fail if a line is longer
+ # 190 chars should be enough, but don't fail if a line is longer
6
line-length:
7
- max: 170
+ max: 190
8
level: warning
0 commit comments