catch_bugs
Scan local directories to catch bugs, errors, warnings, race conditions, memory leaks, runtime errors, dependency coupling, and performance issues.
Instructions
Catches bugs, errors, warnings, and potential issues in code: race conditions, memory leaks, runtime errors, dependency coupling, and performance issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local directory to analyze. | |
| filePatterns | No | Optional. Glob patterns for files to scan. | |
| includePath | No | Optional. Glob patterns to include. | |
| excludePath | No | Optional. Glob patterns to exclude. |