Skip to content

Commit 74f8303

Browse files
committed
Fix yamllint
1 parent eed502e commit 74f8303

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
github: [cytopia]

.yamllint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ extends: default
44
ignore: |
55
/ansible/files/es-index-templates/logstash/
66
.terragrunt-cache/
7+
.yamllint
78

89

910
rules:
1011
truthy:
11-
allowed-values: ['True', 'False']
12+
allowed-values: ['true', 'false']
1213
check-keys: False
1314
level: error
1415
line-length: disable

0 commit comments

Comments
 (0)