check_thresholds
Detect files and functions that exceed configured size thresholds. Adjust scan limits, depth, and file types to pinpoint violations.
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 |