mirror of
https://github.com/Dasharo/dcu.git
synced 2026-06-13 19:16:13 -07:00
Pre-commit fixes & exclude test/approvals from checks
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
This commit is contained in:
@@ -26,3 +26,4 @@ jobs:
|
||||
run: |
|
||||
cd dcu
|
||||
test/approve-ci
|
||||
|
||||
@@ -45,3 +45,5 @@ repos:
|
||||
- id: shellcheck
|
||||
args: ["--severity=warning"]
|
||||
exclude: "^src/.*$"
|
||||
files: |
|
||||
^test/approvals/
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user