kittrgg / kittr

Share your video game kits with others.
https://kittr.gg
GNU General Public License v3.0
42 stars 14 forks source link

`turbo format` can be made to be per-workspace. #866

Closed anthonyshew closed 1 year ago

anthonyshew commented 1 year ago

Right now, we're using a root format command for this. If any code whatsoever changes in the repository, we will miss cache and have to reformat everything.

This could be changed to be per-workspace with a root format command that only formats things that aren't in workspaces.

This isn't a super high-priority fix today but if it starts being the slow part of our CI, it would bump up in priority.