Skip to content

Commit 01acd86

Browse files
authored
fix(rig-eslint-rule-miner): add src/rig.test.ts to allowed-files (#194)
1 parent 1954a5d commit 01acd86

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/rig-eslint-rule-miner.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/rig-eslint-rule-miner.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ safe-outputs:
3434
- "skills/rig/eslint/index.js"
3535
- "skills/rig/eslint/lint.js"
3636
- "src/eslint-rules.test.js"
37+
- "src/rig.test.ts"
3738
---
3839

3940
# Rig ESLint Rule Miner
@@ -91,8 +92,10 @@ Implement exactly one new ESLint rule:
9192

9293
The autofix must preserve comments and surrounding syntax and must be
9394
idempotent. Do not make unrelated refactors or modify existing rule behavior.
94-
The final patch must contain exactly these four applicable integration points:
95-
one new rule module plus the three existing files above.
95+
The final patch must contain the four core integration points (one new rule
96+
module plus the three existing files above). When the rule detects a pattern
97+
that also warrants a Rig unit-test fixture, you may additionally modify
98+
`src/rig.test.ts`.
9699

97100
## Validation
98101

0 commit comments

Comments
 (0)