We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ee494 commit 02bffa8Copy full SHA for 02bffa8
1 file changed
.yamllint
@@ -11,10 +11,11 @@ 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
+ # pass if spaces are used for indentation and number of spaces is consistent through a file
19
+ spaces: consistent
20
line-length:
21
max: 99 # allow lines up to 99 chars
0 commit comments