Saltar al contenido
MCP ThesaurusMCP Thesaurus

Lint Fix

ComunidadAdequate52/100Reclamar

Apache-2.0updated 21d ago

Run formatting and lint checks using the project Makefile.

CódigoWebDocs

¿Qué puedes hacer con Lint Fix?


name: lint-fix description: Run formatting and linting via Makefile (make format, make lint).

Lint Fix

Run formatting and lint checks using the project Makefile.

Workflow

  1. Run make format to format code.
  2. Run make lint to check for violations.
  3. Address any remaining lint failures manually if needed.

Usage

When lint or format issues are detected or when you need to ensure code quality:

  • Run make format then make lint.

Progressive Disclosure

  • Makefile target definitions: Makefile at repo root.
  • Plugin verification: ../../../plugins/claude-plugin-builder/skills/plugin-verification/SKILL.md
  • Agent skills implementation: ../../../plugins/claude-plugin-builder/skills/implement-agent-skills/SKILL.md

Sources