Automatically fix linting violations where possible
/plugin marketplace add KellerAI-Plugins/kellerAI-cicd/plugin install linting-automation@kellerAI-cicd# Lint Fix Automatically fix linting violations in supported languages. ## Usage ## What It Does 1. Runs all linting tools in fix mode 2. Automatically fixes fixable violations 3. Reports remaining unfixable issues 4. Shows changes made to files ## Fixed Issues - **Prettier**: Formatting issues - **ESLint**: Auto-fixable rules - **Black**: Python formatting - **isort**: Import sorting ## Remaining Issues Issues that require manual review: - Complex linting violations - Styling preferences - Custom rules ## Workflow 1. Run `lint-fix` to auto-correct 2. Review `lint-check` output ...