Skip to content

Commit

Permalink
enable yamllint to ensure extra line of YAML files (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 authored Feb 29, 2024
1 parent 45aa6e4 commit 52ad9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
spaces: 2
indent-sequences: consistent
line-length: disable
new-line-at-end-of-file: disable
new-line-at-end-of-file: enable
truthy: disable
document-start: false
comments:
Expand Down

0 comments on commit 52ad9c3

Please sign in to comment.