Skip to content
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

Disable ParameterizedLogging on Groovy files #188

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

Laurens-W
Copy link
Contributor

What's changed?

Disabled ParameterizedLogging on Groovy files

Anyone you would like to review specifically?

@timtebeek @kmccarp

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've read and applied the recipe conventions and best practices
  • I've used the IntelliJ IDEA auto-formatter on affected files

Sorry, something went wrong.

@Laurens-W Laurens-W self-assigned this Dec 2, 2024
@Laurens-W Laurens-W added the bug Something isn't working label Dec 2, 2024
@@ -30,6 +30,7 @@
import org.openrewrite.java.tree.J;
import org.openrewrite.java.tree.JavaType;
import org.openrewrite.java.tree.TypeUtils;
import org.openrewrite.staticanalysis.groovy.GroovyFileChecker;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to move these file checkers to the rewrite repo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kotlin is not in core , so that'll not immediately work I think

Copy link
Contributor

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Ok to merge

@Laurens-W Laurens-W merged commit e1b54b4 into main Dec 2, 2024
2 checks passed
@Laurens-W Laurens-W deleted the add-groovy-file-precondition branch December 2, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants