dkandalov / limited-wip

IntelliJ plugin to limit your work-in-progress
https://plugins.jetbrains.com/plugin/7655
111 stars 7 forks source link

Commit fails if reformat / optimise imports is enabled #39

Open gopf opened 3 years ago

gopf commented 3 years ago

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.

dkandalov commented 3 years ago

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