-
### Describe the bug
When trying to create a first commit to my private feature branch I was getting issues with `npx lint-staged` - after disabling it, as the error didn't make sense and lint-staged…
-
### :zap: Summary
Right now lefthook automatically installs github hooks files in the `git rev-parse --git-path hooks` folder
This folder should be configurable.
### Value
Every systems is …
-
**Profile**: **[JosiahSiegel](https://github.com/JosiahSiegel)**
**Objective**: Prevent committing AWS , AZURE and GCP sensitive credentials to a git repository.
**Target**: [git-secrets@v1.3.0 : ad8…
-
Hello,
First of all, much appreciate your work, please stay cool as you are!
I did not find a feature request/idea template so here is a a markup of a story, correct me if I write something ugly.
…
-
Since here we are note using Python, I'm not sure we want to go for the actual `pre-commit`.
Pro:
- we all know how it works
Con:
- you don't need Python and `pre-commit` installation to work …
-
provide some support for git hooks. For example, a pre-commit hook would run KRL through krl-compiler and fail with a message on compile error; otherwise it would allow the commit to proceed
-
-
### Version
6.10
### Operating System
Linux/Unix, MacOS, Windows
### Bug description
Git hook prepare-commit-msg is officially defined and implemented since Git v2.32.0 (at least) : htt…
-
When using this hook my commit message content which is provided to this hook is in format
```
commit msg
# Please enter the commit message for your changes. Lines starting
# with '#' will be …
-
### The problem
Hi,
I have a pre-commit hook and it works from the command line if I do
git add file1.py
git add file2.py
git commit -m "a message"
however if I run it from the desktop I get
…