-
Updated
Jul 2, 2022 - PHP
git-hooks
Here are 350 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
As per #228 the interactive mode did not work properly for Windows. It rendered Windows unusable, whether the feature was turned on or not.
Describe the solution you'd like
The interactive mode helps people an assisted way to enter contents to ignore through an interactive shell.
This needs to be exactly same for Windows,
-
Updated
May 5, 2022 - PHP
-
Updated
Jun 6, 2022 - PHP
I get the following errror
ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees/<name of worktree>/hooks/pre-commit'
when running npx simple-pre-commit inside a git worktree.
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
May 9, 2022 - Swift
-
Updated
Aug 26, 2021 - Ruby
-
Updated
Dec 21, 2021 - Shell
-
Updated
Nov 28, 2017 - PHP
-
Updated
May 18, 2022 - C#
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Apr 23, 2022 - Shell
-
Updated
Jan 27, 2022 - Shell
-
Updated
Jun 25, 2020 - Shell
-
Updated
May 24, 2019 - JavaScript
We've a custom build script that's used to provide a shortcut path for folks that want to make it easy for their users to enable hooks in their local env, and this works by leveraging the internal init function.
That's well and good for the lib cases (added as a dev dep and compiled during a cargo test), but there's no reason to attempt to init when building the bin/cli target (e.g. `cargo in
-
Updated
Sep 3, 2014 - PHP
-
Updated
Apr 21, 2020 - PHP
-
Updated
Apr 4, 2015 - Shell
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
May 21, 2022 - Python
Improve this page
Add a description, image, and links to the git-hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the git-hooks topic, visit your repo's landing page and select "manage topics."
What problem are you facing?
At the start of April 2022
gitreleased a new non-major version that includes a new check, that failspre-commit-terraformruntime (#370)I'd like to not pin minor and patch versions of deps to avoid extra maintenance and security issues. At the same time, something can happen with deps, and we got a runtime error. So, we need to run runtime tests.
How I