//! Actionable Violation Detection
//!
//! Detects actionable violations with clear fixes and LOC reduction estimates
use Result;
use ;
use PathBuf;
use EntropyMetrics;
use ;
use ;
// Type definitions: Severity, ActionableViolation, PatternSummary
include!;
// ViolationDetector struct and impl block
include!;
// Tests: unit tests, property tests, coverage tests
include!;