fix_all_issues
Automatically apply all SonarLint quick fixes to code quality issues in a file. Returns fixed issues and those requiring manual resolution.
Instructions
Automatically fix all code quality issues in a file that have available quick fixes. Applies all SonarLint-suggested fixes in one operation. Returns what was fixed and what remains (some issues require manual fixes like reducing complexity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the file to fix |