Skip to content

Commit 3885af5

Browse files
authored
Set line-length to max: 80, corrected comment
1 parent d0bb575 commit 3885af5

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.yamllint-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
extends: default
22

33
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
4+
comments: disable # allow any number of spaces before comments
5+
document-start: disable # allow omission of '---' at document start
6+
new-lines: disable # allow any new line character
7+
truthy: disable # allow any value for keys yamllint often falsely detects as truthy
8+
line-length:
9+
max: 80

0 commit comments

Comments
 (0)