check_thresholds
Find files or functions that exceed your defined size thresholds. Set line limits for files or functions, filter by extension, and scan paths to pinpoint oversized code.
Instructions
Finds files/functions exceeding size thresholds. Use limit to control output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target path | |
| limit | No | Max violations | |
| max_depth | No | Max depth | |
| max_files | No | Max files to scan | |
| extensions | No | Filter by extensions | |
| include_hidden | No | Include hidden | |
| max_file_lines | No | File line threshold | |
| ignore_patterns | No | Exclude patterns | |
| max_function_lines | No | Function line threshold |