find_similar_issues
Find code issues matching a regex pattern across your codebase. Locate similar bugs like empty except blocks, with options to filter by file type and exclude paths.
Instructions
Search codebase for bug pattern (e.g., 'except:\s*pass').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_pattern | Yes | Regex pattern | |
| project_path | Yes | ||
| file_extensions | No | ||
| exclude_paths | No |