Pre-commit fixes & exclude test/approvals from checks

Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
This commit is contained in:
Filip Gołaś
2024-10-15 09:43:59 +02:00
parent ac6ec86efb
commit 8ef22f2076
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -26,3 +26,4 @@ jobs:
run: |
cd dcu
test/approve-ci
+2
View File
@@ -45,3 +45,5 @@ repos:
- id: shellcheck
args: ["--severity=warning"]
exclude: "^src/.*$"
files: |
^test/approvals/
+1 -1
View File
@@ -174,4 +174,4 @@ if diff --help | grep -- --color >/dev/null 2>&1; then
diff_cmd="diff --unified --strip-trailing-cr -wB --color=always"
else
diff_cmd="diff --unified --strip-trailing-cr -wB"
fi
fi