name: lint-creator
description: An auxiliary skill to add more dylints to tooling/lints
disable-model-invocation: false
Lint RULES
- Every lint MUST have accompanying
uitests uitests MUST be in theuifolder- Every lint MUST be in a separate module
- Every lint MUST have negative
uitests - Lints should be as simple as possible.
- Reporting is fine if it's simple, it does not need to be elaborate or lengthy code.
- Do NOT suggest how to fix the lint, only flag it.
- Do NOT make lints machine applicable.
- Detect if lints are redundant vs clippy's capabilities.