From 0b4e565c912ce41b9b771085fd7d7071e8918ba2 Mon Sep 17 00:00:00 2001 From: Anton Potapov <47938145+Flagro@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:58:47 +0100 Subject: [PATCH] Update yamllint configuration to set maximum line length to 127 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c4c2cb..9dafc72 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,4 +38,4 @@ jobs: - name: Lint YAML files run: | - yamllint . + yamllint -d "{extends: default, rules: {line-length: {max: 127}}}" .