chore: add truthy allowed-values to yamllint config

This commit is contained in:
2026-06-19 12:01:11 +02:00
parent d53b14b1de
commit b33488342a
+5
View File
@@ -15,3 +15,8 @@ rules:
indentation:
spaces: 2
indent-sequences: consistent
truthy:
allowed-values:
- "true"
- "false"
- "on"