From 20574c185a186fdde09852ba3543645da94cf826 Mon Sep 17 00:00:00 2001 From: Stas Uschakow <150824261+ThatStasGuy@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:58:39 +0100 Subject: [PATCH] Make shellcheck to fail on warning only --- .github/workflows/reviewdog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index a0e3feb..4eec08a 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -21,3 +21,4 @@ jobs: exclude: "./.git/*" # Optional. check_all_files_with_shebangs: "true" # Optional. fail_on_error: "true" + shellcheck_flags: --severity=warning