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

Format code base using palantir plugin #1642

Merged
merged 6 commits into from
Sep 14, 2023
Merged

Format code base using palantir plugin #1642

merged 6 commits into from
Sep 14, 2023

Conversation

jguerra
Copy link
Contributor

@jguerra jguerra commented Sep 14, 2023

  • applied the NeedBraces rewrite rule
  • added palantir java format gradle plugin
  • reformatted everything
  • applied the missing override rewrite rule just for fun

build.gradle Outdated
Comment on lines 105 to 106
//activeRecipe("org.openrewrite.staticanalysis.NeedBraces")
// activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
Copy link
Contributor

@gavinbunney gavinbunney Sep 14, 2023

Choose a reason for hiding this comment

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

remove these?

Suggested change
//activeRecipe("org.openrewrite.staticanalysis.NeedBraces")
// activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")

@jguerra jguerra merged commit 7a375f5 into master Sep 14, 2023
8 checks passed
@jguerra jguerra deleted the jg/palantir branch February 29, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants