Skip to content
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

[doc] Improve contributing #665

Merged
merged 8 commits into from
Jun 30, 2020
Merged

[doc] Improve contributing #665

merged 8 commits into from
Jun 30, 2020

Conversation

pbougue
Copy link
Contributor

@pbougue pbougue commented Jun 29, 2020

  • Consistency on how clippy and test are checked
  • Word on our environments and tools

This work is debatable.
A future PR should attempt to use cargo (and maybe makefile) to minimize/centralize commands to type.

Ref. ND-930

@pbougue pbougue requested a review from woshilapin June 29, 2020 20:02
# To format the source code in the entire repository
cargo clippy --workspace
# Check lints on the source code in the entire repository
cargo clippy --workspace --all-features --all-targets -- --warn clippy::cargo --allow clippy::multiple_crate_versions --deny warnings
Copy link
Member

@datanel datanel Jun 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not put this on Makefile? or clippy.toml or .cargo/config if possible

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's spotted. To be addressed in a future PR!

@datanel datanel merged commit ee0accc into hove-io:master Jun 30, 2020
@pbougue pbougue deleted the improve_doc_4 branch June 30, 2020 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants