add-lint-rule
Installation
SKILL.md
Add Lint Rule
Guide for adding a new lint rule to skilo.
Steps
- Choose a diagnostic code (E0XX for errors, W0XX for warnings)
- Add the code to
DiagnosticCodeenum - Create the rule implementation
- Register the rule in the Validator
- Add configuration option if needed
- Add tests
- Update documentation