getkyo / kyo

Toolkit for Scala Development
https://getkyo.io
Apache License 2.0
481 stars 38 forks source link

remove scalafmt commit hook #511

Closed fwbrasil closed 3 days ago

fwbrasil commented 3 days ago

The commit hook is quite inconvenient in my workflow. I often have several pending changes and commit only part the changes but the hook fails because of the unstaged files and I have to stash changes first. We could have a more sophisticated script but moving the formatting to compile time doesn't increase the build times much.