Simplify negated `elif to else
Recipe ID
org.openrewrite.python.cleanup.RemoveRedundantIfArtifactopenrewrite-static-analysisWhen an `elif condition is the exact negation of the preceding if, replace it with else` since the test is redundant.
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.python.cleanup.RemoveRedundantIfIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-static-analysis