Code Style Lint

Discipline for code style and static analysis, adopt the ecosystem's established formatter as the non-negotiable source of truth, enforce it at pre-commit and CI rather than in review, and treat linting (real defects) as a separate concern from formatting (appearance). Use when setting up a new project's tooling, when a code review comment is about whitespace/naming/formatting instead of behavior, or when the user asks how to configure a linter or formatter.

aethrox Updated

File contents

aethrox/doctrine/tree/main/skills/code-style-lint commit f346fdca3a

Frequently asked questions

npx skillmds@latest add aethrox/code-style-lint