msd-d / PetHub

An app for animal adoption.
1 stars 0 forks source link

Fix staged file not formatted #22

Closed kepet19 closed 3 years ago

kepet19 commented 3 years ago

This fixes staged files not formattet to be commited.

There was an egde case. where you have the staged file not formatted and the Dir would have unstated formatted files and you could do the commit.

This changes it so it removes the unstagede files and run the test and then reapply the unstaged things again.