From: SONOLET Aymeric Date: Tue, 19 Dec 2023 16:49:41 +0000 (+0100) Subject: fix(format): Elevate shellcheck fail to warning level X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f77cb1a3b330ec8b1f146bd4873aa45e3cda9ec5;p=modules%2Fshaper.git fix(format): Elevate shellcheck fail to warning level --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 039cf45ac..a4516e94f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,4 +34,4 @@ repos: rev: v0.9.0.6 hooks: - id: shellcheck - args: [--severity=error] + args: [--severity=warning]