Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/rig-eslint-rule-miner.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .github/workflows/rig-eslint-rule-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ safe-outputs:
- "skills/rig/eslint/index.js"
- "skills/rig/eslint/lint.js"
- "src/eslint-rules.test.js"
- "src/rig.test.ts"
---

# Rig ESLint Rule Miner
Expand Down Expand Up @@ -91,8 +92,10 @@ Implement exactly one new ESLint rule:

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

## Validation

Expand Down