dkandalov / limited-wip

IntelliJ plugin to limit your work-in-progress

Home Page:https://plugins.jetbrains.com/plugin/7655

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit fails if reformat / optimise imports is enabled

gopf opened this issue · comments

commented

I have automatic code reformatting and optimise imports enabled (to keep code consistent). When tests are green then the WIP commit fails, presumably because the code has been modified again between the test success and the actual commit.

These automatic code updates should be ignored by the WIP check. You can still force the commit, but that seems like a bad habit to do on a regular basis.

FYI the issue should be fixed in the plugin version 0.3.13.
Thanks a lot for reporting it! :)