Skip to content

Commit 09f6b4c

Browse files
committed
Update claude skill
1 parent 8452c62 commit 09f6b4c

File tree

1 file changed

+1
-0
lines changed
  • .claude/skills/migrate-groovy-to-java

1 file changed

+1
-0
lines changed

.claude/skills/migrate-groovy-to-java/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ When converting Groovy code to Java code, make sure that:
2121
- Do not wrap checked exceptions and throw a Runtime exception; prefer adding a throws clause at method declaration
2222
- Do not mark local variables `final`
2323
- 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

Comments
 (0)