diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65831b8e9..665996704 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: shellcheck name: check shellscript style language: system - entry: shellcheck --severity=error -e SC2068 + entry: shellcheck --severity=warning -e SC2068 types: [shell] - id: clang-format name: clang-format