dkandalov / limited-wip

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

TCR without revert #40

Open gopf opened 3 years ago

gopf commented 3 years ago

I would like to work in 'soft' TCR mode, committing on successful tests but without the automatic revert on test failure.

A simple setting for this mode would be very useful. I can set a 'don't revert' file matcher to '**', but deleted files are still reverted. Maybe a combo-box similar to the one for 'On passed test' with options "revert all", "revert production only", "do nothing"?

TrentonAdams commented 1 month ago

This feature is already supported. Put "*/" in the "Don't revert files" box.