ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.81k stars 220 forks source link

Add cargo clippy processor in CI? #707

Closed zhuliquan closed 2 months ago

zhuliquan commented 3 months ago

I do a static check on the code by cmd cargo clippy (the results shown in attachment: arroyo_clippy.txt), and I found that a lot of the code was not efficient enough. Is it possible to consider adding static checks to the CI process