jonlamb-gh / air-gradient-pro-rs

Rust bootloader, firmware and CLI tools for the AirGradient PRO
Apache License 2.0
8 stars 0 forks source link

Remove the local lint enforcements, just do them in CI #11

Closed jonlamb-gh closed 1 year ago

jonlamb-gh commented 1 year ago

rm all of the #![deny(warnings, clippy::all)], it's annoying and CI already enforces it

rg 'clippy::all' .

jonlamb-gh commented 1 year ago

Implemented as of e144a10