identical-branches
Default severity: warning
Detect identical if branches. Default: enabled.
if ready { start() } else { start() }if ready { start() } else { wait() }Default severity: warning
Detect identical if branches. Default: enabled.
if ready { start() } else { start() }if ready { start() } else { wait() }