-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
lint: fix offenses for @typescript-eslint/no-unused-vars rule in samples folder #11757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint: fix offenses for @typescript-eslint/no-unused-vars rule in samples folder #11757
Conversation
WalkthroughStandardizes import paths from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (51)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-07-27T20:50:10.364ZApplied to files:
🧬 Code graph analysis (21)sample/sample9-entity-listeners/entity/PostCategory.ts (1)
sample/sample21-custom-join-table-column/entity/Category.ts (1)
sample/sample4-many-to-many/entity/PostImage.ts (1)
sample/sample6-abstract-table/entity/PostCategory.ts (1)
sample/sample4-many-to-many/entity/PostDetails.ts (1)
sample/sample7-pagination/entity/PostCategory.ts (1)
sample/sample20-join-without-relation/entity/Post.ts (1)
sample/sample26-embedded-tables/entity/Post.ts (1)
sample/sample26-embedded-tables/entity/Question.ts (1)
sample/sample14-errors-in-wrong-metdata/entity/Post.ts (1)
sample/sample4-many-to-many/entity/PostInformation.ts (1)
sample/sample30-default-order-by/entity/Post.ts (1)
sample/sample4-many-to-many/entity/PostAuthor.ts (1)
sample/sample4-many-to-many/entity/Post.ts (1)
sample/sample5-subscribers/entity/PostCategory.ts (1)
sample/sample23-nested-joins/entity/Category.ts (1)
sample/sample13-everywhere-abstraction/entity/Blog.ts (1)
sample/sample4-many-to-many/entity/PostMetadata.ts (1)
sample/sample13-everywhere-abstraction/entity/PostCategory.ts (1)
sample/sample13-everywhere-abstraction/entity/Post.ts (1)
sample/sample18-lazy-relations/entity/Category.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (65)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
gioboa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pkuczynski 🙏
Description of change
Similar to #11755 but for
samplesfolder. Additionally removes a lot of commented code...Pull-Request Checklist
masterbranchFixes #00000Summary by CodeRabbit
Release Notes
Refactor
Chores