feat: add Scala general cursorrules and with Kafka usage, closes #83#130
Conversation
|
""" WalkthroughThis update introduces a Changes
Estimated code review effort2 (~20 minutes) Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 3
🧹 Nitpick comments (1)
.gitignore (1)
1-2: Add common Scala / sbt artefacts to.gitignore.Only ignoring
.ideawill still leave generated build artefacts and Metals/BSP files under version control. At minimum add:.idea +target/ +.bsp/ +.metals/ +.project +.classpathThis keeps the VCS clean for anyone using the usual Scala tooling.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.gitignore(1 hunks)rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc(1 hunks)rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc(1 hunks)rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc(1 hunks)
rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc
Outdated
Show resolved
Hide resolved
rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc
Outdated
Show resolved
Hide resolved
|
to be reviewed by @PatrickJS |
This is a proposal for general Scala cursor rules with Kafka usage.
These have already been tested for a few months at my main workplace.
Summary by CodeRabbit
Documentation
Chores