← All recipes
Moderne licensed

Remove duplicate conditions

Recipe IDorg.openrewrite.golang.codequality.RemoveDuplicateConditionsArtifactgithub.com/moderneinc/recipes-go

Remove 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.RemoveDuplicateConditions

If the recipe isn’t available locally, install it with:

mod config recipes go install github.com/moderneinc/recipes-go