Remove duplicate conditions
Recipe ID
org.openrewrite.golang.codequality.RemoveDuplicateConditionsArtifactgithub.com/moderneinc/recipes-goRemove else-if branches whose condition duplicates an earlier branch in the same if/else-if chain, since the later branch is dead code.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.golang.codequality.RemoveDuplicateConditionsIf the recipe isn’t available locally, install it with:
mod config recipes go install github.com/moderneinc/recipes-go