apollodao / cw-dex

CosmWasm abstractions for decentralized exchanges.
Mozilla Public License 2.0
5 stars 4 forks source link

Lint TODO comments in CI #74

Open apollo-sturdy opened 1 year ago

apollo-sturdy commented 1 year ago

We shouldn't leave TODO comments in the code. Better to create issues.

apollo-bobby commented 1 year ago

Clippy is unable to do this as it can't see comments (nor does it have a rule for it) and the feature has been removed from rustfmt (See https://github.com/rust-lang/rustfmt/issues/5101). We will have to find a third-party solution or make something ourselves if we want to do this.