Skip to content

Commit

Permalink
Do not run unnecessary throws due to incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 14, 2024
1 parent f8f5412 commit 1230729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/openrewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ recipeList:
- org.openrewrite.staticanalysis.RemoveUnusedLocalVariables
- org.openrewrite.staticanalysis.RemoveUnusedPrivateFields
- org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods
- org.openrewrite.staticanalysis.UnnecessaryThrows
#- org.openrewrite.staticanalysis.UnnecessaryThrows
- org.openrewrite.staticanalysis.UseDiamondOperator
---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit 1230729

Please sign in to comment.