Skip to content

Commit 37689ac

Browse files
committed
Terraform-managed update. See @workloads/github-files for details.
1 parent adecd44 commit 37689ac

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.yaml-lint.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This is a Terraform-managed file; manual changes will be overwritten.
2+
# see https://github.com/workloads/github-organization/blob/main/templates/.yaml-lint.yml
3+
4+
---
5+
6+
extends: default
7+
8+
yaml-files:
9+
- '*.yml'
10+
11+
rules:
12+
# see https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.line_length
13+
line-length:
14+
max: 180
15+
16+
# see https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy
17+
truthy:
18+
allowed-values: [
19+
'true',
20+
'false'
21+
]
22+
check-keys: true

0 commit comments

Comments
 (0)