interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Reduce instance size and disable clippy, audit to unblock pending PRs #671

Closed pradovic closed 3 years ago

pradovic commented 3 years ago

First step of #669

koivunej commented 3 years ago

This passing makes me wonder if the task disabling were really needed? I would not expect clippy and esp. audit to be that costly.

EDIT: Nevermind these are disabled because they'll be fixed in #667.

koivunej commented 3 years ago

I'd say we can merge this without any grace period to unblock other PRs.