We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is a static analysis tool, Recently I tested this project using cargo clippy and found a lot of errors and warnings.
cargo clippy
We have already setup cargo fmt in travis-ci, should we fix cargo clippy errors before committing?
cargo fmt
Setup clippy with travis-ci is easy, https://github.com/rust-lang/rust-clippy
travis-ci
The text was updated successfully, but these errors were encountered:
@GopherJ Do you think we should stick with clippy or do you have interest to do this task?
Sorry, something went wrong.
@xcaptain we should stick and I'll handle it
No branches or pull requests
Clippy is a static analysis tool, Recently I tested this project using
cargo clippy
and found a lot of errors and warnings.We have already setup
cargo fmt
in travis-ci, should we fixcargo clippy
errors before committing?Setup clippy with
travis-ci
is easy, https://github.com/rust-lang/rust-clippyThe text was updated successfully, but these errors were encountered: