Skip to content

Commit b803433

Browse files
committed
fix lint errors in the yamllint configuration it self
1 parent f4ee494 commit b803433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamllint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)