nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
61 stars 34 forks source link

Support cargo clippy to check common mistakes #35

Closed TheWaWaR closed 1 year ago

TheWaWaR commented 3 years ago

Currently, there is no way to run cargo clippy with contract code. I think for contract code some mistakes is very dangerous, such as:

blckngm commented 1 year ago

This is now possible with cross clippy.