Skip to main content

ai_refactor_cli/detectors/
mod.rs

1//! Transformation detectors.
2//!
3//! Each detector implements both detection (returning findings) and an optional
4//! `apply` transformation that rewrites the source file in-place.
5
6pub mod django;