From fea0987fe22e39fd5077e001d49d901c75f5015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Tue, 31 Jan 2023 10:21:17 +0100 Subject: [PATCH] .conform.yaml: Disable imperative mood MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- .conform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conform.yaml b/.conform.yaml index c91a9e62..f96e4e09 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -4,7 +4,7 @@ policies: spec: header: length: 80 - imperative: true + imperative: false invalidLastCharacters: . body: required: false