-
Notifications
You must be signed in to change notification settings - Fork 123
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
Clippy + rustfmt project #211
Comments
To add, I would be happy to submit a PR for this. |
I think we should take this opportunity and switch to rustfmt stable, removing all the options that are nightly-only. |
This was referenced Apr 21, 2020
Merged
bors bot
added a commit
that referenced
this issue
Apr 21, 2020
215: Add clippy to CI + address clippy problems r=kvark a=elrnv This commit 1. Adds `cargo clippy` to .travis.yml that is allowed to fail to reduce friction for incoming PRs. 2. Addresses clippy concerns and clarifies places where they should be ignored. Addresses half of #211 Co-authored-by: Egor Larionov <egor.larionov@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should this project run through clippy and rustfmt checks in CI.
Given that there is an explicit rustfmt.toml it is surprising that the diff is currently so large when running rustfmt on the project.
The text was updated successfully, but these errors were encountered: