Christophe Gaube

Results 14 comments of Christophe Gaube

Hi Valentin Using `git config --local core.hooksPath .hooks/` is definitely a great alternative --- Unfortunately our company global ~/githooks/pre-commit does other things globally as well as calling each repo custom...

Yes this is essentially what I ended up doing, which I was hoping I could avoid as it does not take into consideration the hook template that checks that lefthook...

Wow so here is the culprit AWS lambda ecosystem is actually monkey patching the logger class and because my code is using $stdout it goes though their patch. that does...

somebody beat me to it https://github.com/aws/aws-lambda-ruby-runtime-interface-client/issues/33