We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452c62 commit 09f6b4cCopy full SHA for 09f6b4c
.claude/skills/migrate-groovy-to-java/SKILL.md
@@ -21,3 +21,4 @@ When converting Groovy code to Java code, make sure that:
21
- Do not wrap checked exceptions and throw a Runtime exception; prefer adding a throws clause at method declaration
22
- Do not mark local variables `final`
23
- Ensure variables are human-readable; avoid single-letter names and pre-define variables that are referenced multiple times
24
+- When translating Spock `Mock(...)` usage, use `libs.bundles.mockito` instead of writing manual recording/stub implementations
0 commit comments