mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 07:16:53 +05:00
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:
@@ -10,5 +10,6 @@ export type {
|
||||
ArchitectureViolation,
|
||||
HardcodeViolation,
|
||||
CircularDependencyViolation,
|
||||
FrameworkLeakViolation,
|
||||
ProjectMetrics,
|
||||
} from "./api"
|
||||
|
||||
Reference in New Issue
Block a user