git-validate icon indicating copy to clipboard operation
git-validate copied to clipboard

A module to help you create your own git hooks

Results 8 git-validate issues
Sort by recently updated
recently updated
newest added

When `git-validate` is installed as a dependency of another package when running `npm install` as root, `git-validate` fails to install. The specific error is: ``` fs.js:640 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);...

During npm install, I received the errors below. I attached the **npm-debug.log** file as well by generating it with `npm run test`. Hope this information is helpful. Thanks! ``` sh:...

I created a simple repo that uses git-validate to add pre-push hooks to your package.json. It was brought to my attention that the npm_lifecycle_event is not set when running through...

bug

In my project we run all the code through a build process that dumps the output into a `build` directory off the project root. This directory is happily git ignored...

enhancement

support a flag somewhere in the package.json to allow hiding output for each hook, should be able to hide on success or only on failure

enhancement

Although the use case is very specific, the change of adding overwrite flag in `configureHook` was a breaking one. Before the change this worked: ``` Validate.configureHook(hook, data, root); ``` However...

question

Hello So I have noticed an issue with the way in which findProjectRoot attempts to find the project root. By doing a indexOf('node_modules) it sometimes gets confused by some file...

bug

I've used `precommit-hook` npm module and it changed my package.json. but there was no newline at the end of the file.

bug