Relative Content

Tag Archive for husky

Is it possible to disable Husky locally?

My co-workers make use of Husky warnings. However, I never got any value out of it, recently I edited some legacy code with a huge amount of TODOs and now, besides the extra search time, I got a lot of warnings that make no sense to me.
The solution I found is to use HUSKY=0 before any git checkout... command on my terminal.