Uh oh!
There was an error while loading. Please reload this page.
Run Rustfmt - #111
Conversation
dhardy
commented
Sep 22, 2019
josephlr
commented
Sep 22, 2019
The main reason is that we have it in the CI, but allowing it to fail means we don’t notice it (like in #104) , so it gets missed. For me, the issue is that I autoformat the code as I write it, so I end up with unrelated changes when I edit a misformatted file. On my end, the issue isn’t that bad, but it’s also not a huge deal to require PRs to just run Thoughts? |
dhardy
commented
Sep 22, 2019
You could get used to typing But since you've been doing far more work on this crate than me I'll give you priority on this, if @newpavlov agrees. |
newpavlov
commented
Sep 23, 2019
In my experience it's PITA to deal with |
dhardy
commented
Sep 23, 2019
Then the decision seems clear: we continue to allow failures for Rebase without that part @josephlr. |
josephlr
commented
Sep 23, 2019
Done, updated title and description. Thanks for the clarification @newpavlov |
#104 contained
rustfmterrors, but we missed them because formatting errors don't (currently) fail the CI.This PR fixes the formatting errors