-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run 'cargo fmt' to format code #489
Conversation
Codecov Report
@@ Coverage Diff @@
## master #489 +/- ##
==========================================
- Coverage 27.3% 26.67% -0.63%
==========================================
Files 64 64
Lines 7582 8713 +1131
==========================================
+ Hits 2070 2324 +254
- Misses 5512 6389 +877 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thank you! Would you want to try to add it to the CI too? (it's fine if you don't, we can totally do that in another PR)
1e19883
to
b9d3903
Compare
Hi @BaptisteGelez I would like to add it. I am new to Plume project. Can you please point me to where in the .travis.yml file can |
b9d3903
to
acc1419
Compare
You can probably add a new item at the end of the |
given that the usual way to run |
If the code isn't formatted ('rustfmt' will exit with 1 if there is an error in formatting - https://github.com/rust-lang/rustfmt#running) then is it still ok to go to the build stage? |
24f7509
to
6c4790d
Compare
@BaptisteGelez @igalic I tried adding cargo fmt but the CI fails for weird reason. I tried locally but I didn't get this error - https://travis-ci.org/Plume-org/Plume/jobs/508992511#L584 & nor did it fail for the build before adding I tried to fix that but the build fails - https://travis-ci.org/Plume-org/Plume/jobs/509005663#L589 The build for this PR had passed before adding I suggest we can add |
OK, no problem. I'll merge this as soon as you'll have reverted the changes to |
a73c2cf
to
acc1419
Compare
@BaptisteGelez done. I have updated the PR. |
No description provided.