MetaCredo.Check.Refactor.PipeChainStart (MetaCredo v0.1.0)

View Source

Detects pipe chains that start with a literal value. Pipes should start with a variable or function call, not a raw literal like "hello" |> String.upcase().

Category: Refactoring Opportunity / Priority: low