-
Provide examples of a pre-commit git hook that would run the checker utility to prevent corrupted serialized items being added to source control.
ref. http://githooks.com/
-
For your info, if this might be the case here too.
Failing a reference-transaction 'prepared- hook is really ugly and lead to problems...
https://github.com/gabyx/Githooks/pull/70
gabyx updated
2 years ago
-
Atividade para criar hook para o pre-commit-msg
-
I'm looking at using githooks (not using it yet) and reviewing the install script, but it looks like the installation is a bit complicated, more than I would think is needed. I suspect that most of th…
-
Hei!
Would it be possible to add support for [Code::TidyAll](https://metacpan.org/release/Code-TidyAll) to App::GitHooks? (e.g. as a plugin?)
-
As per documentation comments made in [https://github.com/seqeralabs/cx-field-tools-installer/pull/44](https://github.com/seqeralabs/cx-field-tools-installer/pull/44), the Terraform `templatefile` & A…
-
Hi Rycus,
Just curious:
Trying to understand why this test passes when using `core.hooksPath`.
It seems that it sets `init.templateDir` as well? Isnt this strange, do you still know the backgroun…
-
* add `black` and `isort` to CI pipeline
* add style packages to any relevant dev installations (TBD)
* add githooks to relevant CI static testing
* will keep githooked testing short, ~few second…
-
This is a new feature introduced in Git 2.9 which allows Plushu to not have to shim its hooks into everything (as mentioned in the README): https://git-scm.com/docs/githooks
-
same as https://github.com/SBoudrias/Inquirer.js/issues/518,
[spawn(hookName, args, {stdio: 'inherit'})](https://github.com/tarmolov/git-hooks-js/blob/master/lib/git-hooks.js#L164) will finish, not …