Skip to content
#

git-hooks

Here are 350 public repositories matching this topic...

MaxymVlasov
MaxymVlasov commented Apr 20, 2022

What problem are you facing?

At the start of April 2022 git released a new non-major version that includes a new check, that fails pre-commit-terraform runtime (#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

good first issue estimate/2days
harinee
harinee commented Aug 25, 2020

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,

calebcartwright
calebcartwright commented Feb 2, 2021

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

help wanted good first issue

Improve this page

Add a description, image, and links to the git-hooks topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more