PreCommitHookPlugin icon indicating copy to clipboard operation
PreCommitHookPlugin copied to clipboard

IntelliJ plugin for pre commit hook

Results 11 PreCommitHookPlugin issues
Sort by recently updated
recently updated
newest added

Hi! Please add support for IntelliJ 2020. many thanks

Hi Yahely, I found this project and I tried it out from https://plugins.jetbrains.com/plugin/9278-pre-commit-hook-plugin but I was getting an error. I checked this project out and did a quick fix. If...

On windows pre-commit-hook.bat looks like this: ``` poetry export -f requirements.txt > requirements.txt poetry version patch pipenv run black . ``` But it only runs first line.

Windows 10 Enterprise Version 1809 WebStorm 2019.2.3 Pre Commit Hook Plugin version 0.4.1 I had created "pre-commit-hook.bat" in the root of the project. When I was trying to commit I...

The plugin won't stop the commit if the path isn't set to a custom path (Ubuntu 18.10, Android Studio 3.2.1) My test-script always exits with 1. If I leave the...

It would be nice to have ability to also verify commit message. In order to do so commit message should be passed.

![2018-07-28-10-08-32-6](https://user-images.githubusercontent.com/167966/43352938-bd9d570e-925e-11e8-947f-2fe7e35e526a.png)

Is there a way to create a pre-commit git hook that will run lint only on the files that are about to be commited and abort the commit if there...

On Win10, paths like "..\hook.bat" lead to "C:\Program Files\JetBrains\PhpStorm 2018.1.5\hook.bat" instead of being relative to project working directory.