Gleb Bahmutov
Gleb Bahmutov
Ohhh did Circle change it, this is a new syntax I believe Sent from my iPhone > On Jun 16, 2020, at 20:51, Mark Urich wrote: > > >...
It’s hard for me to say what’s going on there since I don’t use yarn 2 or Webpack 5 myself Sent from my iPhone > On Dec 6, 2020, at...
That seems like an excellent pull request candidate :) Sent from my iPhone > On Mar 19, 2016, at 22:31, Ryan Kimber [email protected] wrote: > > The error happens in...
Hi, I fixed the travis to use Node 4.2.2 (this is because my require hook uses internal code, which changed in latest v4 and v5 node versions) I also upgraded...
ughhh, not sure why this does not find the right git folder, you can see diagnostic messages using `DEBUG=pre-git` but I don't have time to work on this, unfortunately.
sure, but that will be complicated pretty quickly. Why don't you write a module that checks commit message and use it as a script command instead?
Could you switch from `"commit-msg": "validate-commit-msg"` to `"commit-msg": "simple"` ?
Project https://github.com/bahmutov/ban-sensitive-files
hmm, mind making a test case for this and submitting as a pull request?
Hmm, how would the fit hook script find the package json file? Sent from my iPhone > On Dec 7, 2016, at 12:31, Ripley511 wrote: > > This is quite...