veto_clone_detector
Detects duplicated code and structural clones in your project. Provides grouped findings with refactoring suggestions to reduce code redundancy.
Instructions
Scans the project for duplicated code blocks or structural clones. Returns grouped findings and refactoring suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_lines | No | Minimum number of identical lines to flag (default 5). | |
| extensions | No | File extensions to scan. | |
| project_dir | Yes | Absolute path to project root. |