From 2f6228d1f6517adfea07b6811905244528b212e6 Mon Sep 17 00:00:00 2001 From: Fatih Acar Date: Tue, 3 Dec 2024 20:01:08 +0100 Subject: [PATCH] fix(ci): ignore some linter rules Signed-off-by: Fatih Acar --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad6f958f4a..d82334fe45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: ./actionlint -color shell: bash env: - SHELLCHECK_OPTS: --exclude=SC2086 --exclude=SC2046 --exclude=SC2004 + SHELLCHECK_OPTS: --exclude=SC2086 --exclude=SC2046 --exclude=SC2004 --exclude=SC2129 infrahub-poetry-check: if: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b77f9ae36d..b26471e824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ --- -# yamllint disable rule:truthy +# yamllint disable rule:truthy rule:line-length name: New Release on: