metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.08k stars 148 forks source link

Add a clippy ci check (#416) #417

Closed nstinus closed 8 months ago

nstinus commented 9 months ago

This change adds a ci test for clippy and quickly addresses the blocking points by downgrading them to warnings if they can't be trivially addressed.

tobz commented 8 months ago

Nice, this is good and helpful. 👍🏻