artem_zin
02/10/2018, 2:56 AMpre-commit
hook.
Looks like when I run IJ formatting — IJ talks to git
which results in additional .git/index.lock
file created which later results in git erroring due to multiple lock files
I've tried to isolate problem and exclude different parts of pre-commit
hook, looks like only calling IJ code formatter causes that weird git locks behavior
I've also tried to delete git4idea
and github
plugins from IJ distribution I use for formatting, but that didn't help 😞
Do you think it's IJ behavior and can I prevent it other than working with temporary folders instead of project folder?Czar
02/10/2018, 11:46 AMorangy
artem_zin
02/10/2018, 9:51 PM