bitcoin-dev-project / sim-ln

Payment activity generator for the lightning network
MIT License
63 stars 28 forks source link

Adds clippy to gh actions and fixes clippy issues #177

Closed sr-gi closed 8 months ago

sr-gi commented 8 months ago

We are currently only doing cargo check to check that our code compiles. That is good, but rustlang has a pretty good tool called clippy, that helps find non-idiomatic constructions and calls that may be error-prone.

Replaces check by clippy + fmt and fixes some existing clippy issues.