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.
rules.new-lines
1 parent 2fa4e8e commit bc81f3aCopy full SHA for bc81f3a
.yamllint-config.yaml
@@ -3,7 +3,6 @@ extends: default
3
rules:
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: 120
0 commit comments