-
Notifications
You must be signed in to change notification settings - Fork 190
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 clippy
when building the Pokémon Service
#1727
Comments
cargo clippy
and deny warnings when building the Pokémon Servicecargo clippy
when building the Pokémon Service
Are you wanting the rust-runtime Makefiles to be edited to include |
I guess we should create a
Yes. The CI scripts then just invoke
No.
Should not be required, no. |
Just out of curiosity, what's the benefit here? Is this to just convey "we use clippy and you should too, see how it can be included in this sample project"? |
Yeah, mostly. We want to provide a good example service and running clippy in CI is a good practice to follow idioms and such. |
Closed by #1742. |
We're only running
cargo test
in CI:https://github.com/awslabs/smithy-rs/blob/fd94858db80d4ea03cbff47f223171172e85faae/tools/ci-build/scripts/check-server-e2e-test#L10
https://github.com/awslabs/smithy-rs/blob/fd94858db80d4ea03cbff47f223171172e85faae/tools/ci-build/scripts/check-server-python-e2e-test#L9
The text was updated successfully, but these errors were encountered: