-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Kotlin idioms #1063
Kotlin idioms #1063
Conversation
This depends on #1064, merge that first. |
f7e5ea1
to
e342e99
Compare
e342e99
to
60b7d3e
Compare
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 for your great contribution! I added several comments, please check them.
src/main/kotlin/com/github/spotbugs/snom/internal/SpotBugsRunnerForHybrid.kt
Show resolved
Hide resolved
src/main/kotlin/com/github/spotbugs/snom/internal/SpotBugsRunnerForJavaExec.kt
Show resolved
Hide resolved
If we are ready to land this, may merge #1064 first, then rebase this to check the API changes. |
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 for your great contribution!
🎉 This PR is included in version 6.0.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fixes all Detekt issues and replaces some Java APIs with Kotlin idioms.
Follow up #924.