From b33488342af748dd8aa4639a87b84b8e6e6124e9 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 19 Jun 2026 12:01:11 +0200 Subject: [PATCH] chore: add truthy allowed-values to yamllint config --- .yamllint | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.yamllint b/.yamllint index 0f84b6d..087c860 100644 --- a/.yamllint +++ b/.yamllint @@ -15,3 +15,8 @@ rules: indentation: spaces: 2 indent-sequences: consistent + truthy: + allowed-values: + - "true" + - "false" + - "on"