Skip to content

Commit

Permalink
fix: dev: YAML Lint configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 24, 2024
1 parent f258694 commit 6c4ec54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extends: default

ignore: |
charts/*/templates/*
.qlty/

rules:
braces:
Expand All @@ -18,8 +18,8 @@ rules:
commas:
max-spaces-after: -1
level: error
comments: enable
comments-indentation: enable
comments: disable
comments-indentation: disable
document-start: enable
empty-lines:
max: 3
Expand Down

0 comments on commit 6c4ec54

Please sign in to comment.