From 36eea7c48367538b2496df2ce2b04090902a72bf Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:42:49 +0100 Subject: [PATCH] Typo --- .rules/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rules/yamllint.yml b/.rules/yamllint.yml index f6590cc..81a72f7 100644 --- a/.rules/yamllint.yml +++ b/.rules/yamllint.yml @@ -37,7 +37,7 @@ rules: new-lines: enable octal-values: level: warning - quoted-strings: disabled + quoted-strings: disable trailing-spaces: enable truthy: level: warning \ No newline at end of file