From 2012dc851894511448835c299fe1d427058838a6 Mon Sep 17 00:00:00 2001 From: sotos Date: Tue, 16 Dec 2025 11:15:20 +0100 Subject: [PATCH] update --- .yamllint.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.yamllint.yml b/.yamllint.yml index 143e46d..338b2f1 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,18 +1,21 @@ extends: default ignore: | - ^venv/ - ^\.venv/ - ^\.gitea/ - ^\.git/ - ^\.ansible_test/ - ^ansible_test/ - ^\.ansiblelint/ + ^venv/* + ^\.venv/* + ^\.gitea/* + ^\.git/* + ^\.ansible_test/* + ^ansible_test/* + ^\.ansiblelint/* rules: line-length: - max: 280 + max: 400 level: warning trailing-spaces: disable indentation: spaces: 2 + + +