holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 268 forks source link

[clippy] reinstate clippy #431

Open thedavidmeister opened 5 years ago

sphinxc0re commented 5 years ago

Yes please. Just for statistics: screenshot 2019-02-06 at 13 33 03

ddd-mtl commented 5 years ago

This is what we agreed in MTL hodlpodl back in october:

"We agree that we dont want any Warn status for lints. We decided status of lints by category: Our clippy configuration:

Try out cyclomatic complexity max count number: 25?

After 50-ish times the same attribute is used to manually skip a lint, than we can put that up for a change request to change the configuration. (Send it to the Clippy Committee). Might also need to reform the Clippy Committee to update clippy version. We currently use a specific version. This is for all core dev team 'controlled' repos."

thedavidmeister commented 5 years ago

yes i think we should actually implement what we said at MTL