busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
63 stars 6 forks source link

Clean up lint in tests #76

Closed busstoptaktik closed 8 months ago

busstoptaktik commented 8 months ago

The justfile check target did not include a clippy --tests item, so over a long time, lint has been building up in the tests.

This commit cleans up the lint, repairs the justfile, and introduces C.I. checks to avoid further lint buildup.