You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find it weird why rustfmt and clippy wasn't run for a long time considering that they make code contribution consistent and close to the standard. Can we at least have those once for a while?
The text was updated successfully, but these errors were encountered:
This has been mostly a just me shop for a while, and as such I've never really found much of a reason for doing this. Rustfmt also isn't perfect and tends to produce some really ugly code in places sadly, so such a run will need some manual work to figure out what rustfmt tends to mess up, which I haven't really had the time / motivation for.
That said, I'm open to someone doing this, but it should preferably be on parts of the project per pull request, and with manual review to figure out where rustfmt suddenly blew up a definitions enum specifically formatted to make it easy to understand to 128 lines of code :/.
I've marked some of my comments in this pull request in the past already in #76
I find it weird why rustfmt and clippy wasn't run for a long time considering that they make code contribution consistent and close to the standard. Can we at least have those once for a while?
The text was updated successfully, but these errors were encountered: