-
#648 added a .clang-format file to the `cxbe` tool in an attempt to cut down contributor/maintainer time spent on format nitpicking.
Ideally this approach could be adopted broadly (using the style …
-
I use grunt-githooks as a dev-dependency in [jquery-form](https://github.com/jquery-form/form). Github is now alerting me to a moderate severity security vulnerability in handlebars < 4.0.0. I see tha…
-
1. Contribute to IntelliJ to read git hooks path from config, instead of always assuming it comes from `.git/hooks`
2. Update doc. Example
```
3. Open terminal
4. Setup git hooks with
…
-
That way this could block such commits from a server side too.
-
Smee should ship with a `smee:generate` (or similar) command, which will handle all of the following:
* Warn the user if a `.git` directory doesn't exist, and offer to create it.
* Warn the user i…
-
Currenty it's simply assumed that there is a .git/hooks directory, but the proper way to do this is to lookup the right path:
```Bash
git rev-parse --git-path hooks
```
This would then also pro…
-
**Is your feature request related to a problem? Please describe.**
Developers often mistakenly commit node-modules which explodes the size of the repository.
**Describe the solution you'd like**
…
-
Most projects will have some form of precommit hooks for linting or tests through libraries such as [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky).…
-
When the git command line runs `prepare-commit-hook`, it is passed up to three parameters (see https://git-scm.com/docs/githooks#_prepare_commit_msg).
It looks like that's currently not happening w…
-
Hi! I'm the creator of [Wtyd/githooks](https://github.com/Wtyd/githooks). It's an app based on Laravel Zero for managin QA tools and git hooks. I want to make a new feature to run the tools in parall…