feat: integrate framework leak detection into analysis pipeline

- Add framework leak detector to AnalyzeProject use case
- Export FrameworkLeakDetector in public API
- Add FRAMEWORK_LEAK rule constant
- Include framework leak violations in analysis response
This commit is contained in:
imfozilbek
2025-11-24 12:53:50 +05:00
parent 0e23938e20
commit 19abff30f0
4 changed files with 323 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ export type {
ArchitectureViolation,
HardcodeViolation,
CircularDependencyViolation,
FrameworkLeakViolation,
ProjectMetrics,
} from "./api"