File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ rules:
1111 truthy: disable # do not check for strict true / false boolean values
1212 comments: disable # disable syntax checking of comments
1313 comments-indentation: disable # disable indentation checks for comments
14- document-start: disable # do not require the document start marker
14+ document-start: disable # do not require the document start marker
1515 empty-lines:
1616 level: warning # only warn about empty lines
1717 indentation:
18- spaces: consistent # pass lint if spaces are used for indentation and multiple of spaces is consistent through a file
18+ spaces: consistent # pass if spaces are used for indentation and number of spaces is consistent through a file
1919 line-length:
2020 max: 99 # allow lines up to 99 chars
You can’t perform that action at this time.
0 commit comments