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/