Skip to content

Commit 89cf7a6

Browse files
committed
Add extra eol to .yamllint.yml
Address review comment from DaanHoogland Signed-off-by: vanzan01 <[email protected]>
1 parent 9524155 commit 89cf7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ rules:
2424
comments: disable # Disable comment formatting checks
2525
brackets: disable # Disable bracket spacing checks
2626
truthy:
27-
allowed-values: ['true', 'false', 'on', 'off', 'yes', 'no']
27+
allowed-values: ['true', 'false', 'on', 'off', 'yes', 'no']

0 commit comments

Comments
 (0)