Files
kubernetes/.yamllint
Daniël Groothuis 1789e422fe
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 7s
chore(gitea): updated yamllint config
2025-10-23 19:09:45 +02:00

39 lines
674 B
Plaintext

---
ignore: |
.gitea/workflows/
values.yaml
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
anchors: enable
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start:
level: warning
empty-lines: enable
empty-values: disable
float-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning