Skip to content

Commit

Permalink
Add rule settings for document-start and document-end
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Oct 15, 2024
1 parent 54a460c commit 54d32b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lint-workflow/.yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ rules:
level: warning
comments:
min-spaces-from-content: 1
document-start:
level: error
present: false
document-end:
level: error
present: false
empty-lines:
level: warning
hyphens:
Expand Down

0 comments on commit 54d32b9

Please sign in to comment.