hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
290 stars 129 forks source link

refactor: fix clippy warnings in tests #1438

Closed hugocaillard closed 2 months ago

hugocaillard commented 2 months ago

Description

Because of the way rust-analyzer was setup in .vscode/settings.json, clippy wasn't running on tests. In the future, let's setup clippy in the CI as well, it shouldn't rely on the editor config