Commit 60c18e2
test: Enable test for consistent-return rule (#159)
## Summary
- Uncommented the `consistent-return.test.ts` test file in
`rstest.config.mts` (line 41)
- This enables testing for the `consistent-return` rule implementation
## Context
The `consistent-return` rule ensures that functions always return a
value or never return a value consistently. This test was previously
commented out and is now being enabled.
## Testing
The CI will run the tests to verify the implementation passes all test
cases. If tests fail, the rule implementation may need to be fixed or
implemented from scratch.
## References
- TypeScript-ESLint consistent-return rule:
https://typescript-eslint.io/rules/consistent-return/
- Original ESLint consistent-return:
https://eslint.org/docs/latest/rules/consistent-return
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8f34d5a commit 60c18e2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments