Add limited clippy to CI #2977
Labels
A-tests
Area: tests.
C-refactor
Category: refactor. This would improve the clarity of internal code.
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
Add a new job to CI,
clippy
, but that is extremely limited in what lints it checks for. Clippy's defaults are usually too annoying, but there a few specific things that I would like to catch in an automated fashion:self_named_module_files
Add the job as a
needs
dependency of theci-pass
top-level job.The text was updated successfully, but these errors were encountered: