CosmWasm / cosmwasm

Framework for building smart contracts in Wasm for the Cosmos SDK
https://www.cosmwasm.com/
Apache License 2.0
1.06k stars 328 forks source link

Add lint for undocumented functions #2235

Open chipshort opened 3 weeks ago

chipshort commented 3 weeks ago

We can still decide that a function is clear enough from the name and supress it explicitly, but we want to be explicit about it.

webmaster128 commented 3 weeks ago

See those clippy rules: