We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ee494 commit b803433Copy full SHA for b803433
1 file changed
.yamllint
@@ -11,10 +11,10 @@ rules:
11
truthy: disable # do not check for strict true / false boolean values
12
comments: disable # disable syntax checking of comments
13
comments-indentation: disable # disable indentation checks for comments
14
- document-start: disable # do not require the document start marker
+ document-start: disable # do not require the document start marker
15
empty-lines:
16
level: warning # only warn about empty lines
17
indentation:
18
- spaces: consistent # pass lint if spaces are used for indentation and multiple of spaces is consistent through a file
+ spaces: consistent # pass if spaces are used for indentation and number of spaces is consistent through a file
19
line-length:
20
max: 99 # allow lines up to 99 chars
0 commit comments