Skip to content

Commit aa5e57f

Browse files
Bumped yamllinter columnlimit to 130 (#62)
1 parent de70f82 commit aa5e57f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yaml-lint/.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rules:
4242
key-duplicates: enable
4343
key-ordering: disable
4444
line-length:
45-
max: 100
45+
max: 130
4646
level: error
4747
allow-non-breakable-words: true
4848
allow-non-breakable-inline-mappings: false

0 commit comments

Comments
 (0)