From 420ecd33f093b69fe7ac9ad3d37f169de2eeae42 Mon Sep 17 00:00:00 2001 From: Javier Maestro Date: Tue, 19 Nov 2024 10:28:20 +0000 Subject: [PATCH] chore: exclude examples from pre-commit shellcheck There's a lot of stuff reported so excluding it from the time being, will probably create a separate PR just for this. --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0833615d..48f4d8b1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,3 +41,7 @@ repos: rev: v0.10.0.1 hooks: - id: shellcheck + exclude: >- + (?x)^( + examples/.* + )$