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.
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.