Linting

Use when fixing machine-detectable code issues — run linters and static analyzers (ESLint, Ruff, Clippy, golangci-lint), resolve findings, suppress false positives with justification, tighten config. Automated quality gate, distinct from human-judgment review. Triggers on "lint", "linting", "fix eslint", "static analysis", "lint 修复", "静态分析", "格式检查", "代码规范检查". Not for human-judgment code review (use code-review), runtime behavior bugs (use debugging), or behavior-preserving structural refactoring (use refactoring).

int2t05 81cc5a8 2 files · 5.9 KB Updated

File contents

int2t05/engineering-skills/tree/main/skills/07-verify/linting commit 81cc5a8728

Frequently asked questions

npx skillmds@latest add int2t05/linting