gradle-pre-commit-git-hooks
gradle-pre-commit-git-hooks copied to clipboard
A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/DanySK/gradle-pre-commit-git-hooks). This repository currently has no open or...
### What would you like to be able to do? Hi, I want to modify my commit message by a custom script (basically extracting a Jira ticket number from the...
### What would you like to be able to do? Hello, I'm exploring the integration of this plugin inside one of my projects, and for now, I only want to...
allowing to pass the path to the extension enable usage even after the settings have been evaluated ## Changes I added another constructor to allow using the `GitHooksExtension` without `Settings`...
### What would you like to be able to do? I wanted to suggest to add an option to allow "wip" commits. Sometimes I am in a hurry or just...
### What would you like to be able to do? I am using ktfmt to keep consistent formatting in my kotlin project. I'd like to be able to create a...