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.
line-length
max: 80
1 parent d0bb575 commit 3885af5Copy full SHA for 3885af5
1 file changed
.yamllint-config.yaml
@@ -1,8 +1,9 @@
1
extends: default
2
3
rules:
4
- comments: disable # allow any number of spaces before comments
5
- document-start: disable # allow omission of '---' at document start
6
- line-length: disable # allow any new line character
7
- new-lines: disable # allow any length lines
8
- truthy: disable # allow any value for keys yamllint often falsely detects as truthy
+ comments: disable # allow any number of spaces before comments
+ document-start: disable # allow omission of '---' at document start
+ new-lines: disable # allow any new line character
+ truthy: disable # allow any value for keys yamllint often falsely detects as truthy
+ line-length:
9
+ max: 80
0 commit comments