Skip to content

Commit

Permalink
Update git-hooks to v2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jul 19, 2024
1 parent 7c5bd19 commit a7c5dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git-hooks
Submodule .git-hooks updated 27 files
+3 −0 .editorconfig
+5 −1 .github/workflows/ci.yaml
+0 −13 hooks/_utils.sh
+30 −5 hooks/deno/pre-commit
+1 −1 hooks/pre-commit
+18 −3 hooks/sh/pre-commit
+7 −1 hooks/sql/pre-commit
+14 −2 hooks/yaml/pre-commit
+2 −2 tests/Dockerfile
+10 −4 tests/hooks/deno/pre-commit/it-should-do-nothing-if-no-valid-staged-files-exists.sh
+21 −5 tests/hooks/deno/pre-commit/it-should-error-on-first-error.sh
+46 −14 tests/hooks/deno/pre-commit/it-should-process-supported-staged-files.sh
+8 −2 tests/hooks/pre-commit/it-should-do-nothing-if-no-hooks-was-configured.sh
+8 −2 tests/hooks/pre-commit/it-should-do-nothing-if-no-stage-files-exists.sh
+9 −3 tests/hooks/pre-commit/it-should-error-on-missing-config-file.sh
+10 −4 tests/hooks/pre-commit/it-should-skip-unknown-pre-commit-hooks.sh
+11 −5 tests/hooks/pre-commit/it-should-stop-executing-if-any-hooks-fails.sh
+13 −5 tests/hooks/sh/pre-commit/it-should-do-nothing-if-no-valid-staged-files-exists.sh
+18 −6 tests/hooks/sh/pre-commit/it-should-error-on-first-error.sh
+23 −8 tests/hooks/sh/pre-commit/it-should-process-supported-staged-files.sh
+10 −4 tests/hooks/sql/pre-commit/it-should-do-nothing-if-no-valid-staged-files-exists.sh
+16 −7 tests/hooks/sql/pre-commit/it-should-process-supported-staged-files.sh
+10 −4 tests/hooks/yaml/pre-commit/it-should-do-nothing-if-no-valid-staged-files-exists.sh
+15 −5 tests/hooks/yaml/pre-commit/it-should-error-on-first-error.sh
+23 −9 tests/hooks/yaml/pre-commit/it-should-process-supported-staged-files.sh
+21 −8 tests/setup.sh
+1 −1 version

0 comments on commit a7c5dcb

Please sign in to comment.