Skip to content

Commit

Permalink
Add rule settings for document-start and document-end (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored Oct 21, 2024
1 parent 9ae0b22 commit 7f3cf8e
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 7f3cf8e

Please sign in to comment.