From 9116ffc83b9b1b90942ede0fcd91ff91817d7f18 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 25 Nov 2023 17:18:36 -0500 Subject: [PATCH] fixed yamllint config causing an error --- .forgejo/workflows/config/.yamllint | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/config/.yamllint b/.forgejo/workflows/config/.yamllint index b3c4ec0..7b99871 100644 --- a/.forgejo/workflows/config/.yamllint +++ b/.forgejo/workflows/config/.yamllint @@ -1,10 +1,11 @@ extends: default rules: - - line-length: - max: 120 - - document-start: disable - - truthy: disable + line-length: + max: 120 + level: warning + document-start: disable + truthy: disable ignore: - node_modules/