We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed502e commit 74f8303Copy full SHA for 74f8303
.github/FUNDING.yml
@@ -1 +1,2 @@
1
+---
2
github: [cytopia]
.yamllint
@@ -4,11 +4,12 @@ extends: default
4
ignore: |
5
/ansible/files/es-index-templates/logstash/
6
.terragrunt-cache/
7
+ .yamllint
8
9
10
rules:
11
truthy:
- allowed-values: ['True', 'False']
12
+ allowed-values: ['true', 'false']
13
check-keys: False
14
level: error
15
line-length: disable
0 commit comments