alint 0.9.7

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
1
2
3
4
5
6
7
//! Per-family suggesters. Each module exposes a single
//! `propose(scan, progress) -> Vec<Proposal>` entrypoint;
//! `suggest::run` concatenates their output and dedups.

pub mod antipattern;
pub mod bundled;
pub mod todo_age;