diff options
Diffstat (limited to 'review-code/SKILL.md')
| -rw-r--r-- | review-code/SKILL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/review-code/SKILL.md b/review-code/SKILL.md index a2b3c2b..05bc6af 100644 --- a/review-code/SKILL.md +++ b/review-code/SKILL.md @@ -261,7 +261,7 @@ Do **not** flag any of these as issues: - **Issues explicitly silenced in code** (e.g., `# type: ignore[...]` with a reason, lint ignore comments) unless the silencing is unjustified - **Intentional changes** in functionality clearly related to the PR's stated goal - **Changes in unmodified lines** (real issues in files the PR touches but on lines it doesn't change) -- **Framework behavior being tested** — see `testing.md` anti-patterns +- **Framework behavior being tested** — see the `testing-standards` skill, anti-patterns ### Severity Categorization |
