Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

perf.redundant_step_condition

A warn rule, scope workflow. Consecutive steps repeat one condition that none of them can change; a task group evaluates it once.

Synopsis

$ orion-server clippy ./definitions
warn[perf.redundant_step_condition] consecutive steps repeat one condition that none of them can change; a task group evaluates it once

Description

Consecutive steps in one list with a byte-identical condition that none of them can change. No step in the run writes a path the condition reads, and the condition has no computed, scoped or nondeterministic part. A task group would evaluate it once.

Caveats

Suggestion only.

Last verified 14 September 2026