Skip to content

Commit 72f3b9b

Browse files
committed
chore: Disable yamllint for comments-indentation
1 parent 174b4a0 commit 72f3b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yamllint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rules:
1313
check-keys: false
1414
comments:
1515
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
16+
comments-indentation: disable # This is generally useless and interferes with commented example values
1617

1718
yaml-files:
1819
- '*.yaml'

0 commit comments

Comments
 (0)