gschup / bevy_ggrs

Bevy plugin for the GGRS P2P rollback networking library.
Other
295 stars 42 forks source link

Feature: Add cargo fmt check to github action #87

Closed gschup closed 10 months ago

gschup commented 10 months ago

We already do this in the ggrs crate, I feel it should be done here, too.

bushrat011899 commented 10 months ago

A good change! Should clippy be added as well? Currently it doesn't flag any issues, but it's definitely helped me during development.

gschup commented 10 months ago

While I love working with clippy, I am not sure it is correct to fail the build if clippy has something. Some of the warnings are not always necessary and I am not the biggest fan of putting clippy ignore annotations in the code.