Skip to content

Commit

Permalink
Fixed yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrh committed May 30, 2024
1 parent 0c83f26 commit ef19a66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ rules:
allowed-values: ["true", "false"] # Allow 'true' and 'false' as boolean values
colons:
max-spaces-before: 0 # No spaces before colons
max-spaces-after: 1 # One space after colons
max-spaces-after: 1 # One space after colons
quoted-strings:
required: false # Disable enforcing quoted strings
document-end: disable # Disable checking for document end marker

0 comments on commit ef19a66

Please sign in to comment.