You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code Readability
┃
┃ [R] ↗ Use a function call when a pipeline is only one function long.
Even with {Credo.Check.Readability.SinglePipe, [allow_0_arity_functions: true]} config this does not show the issue.
The text was updated successfully, but these errors were encountered:
eksperimental
changed the title
False-positive SinglePipe with chained after for special form
False-positive SinglePipe when piped after for special form
Nov 24, 2024
Environment
mix credo -v
): 1.7.10-ref.main.b1010b5+uncommittedchangeselixir -v
): Elixir 1.17.3 (compiled with Erlang/OTP 27)What were you trying to do?
mix credo --strict
Expected outcome
Actual outcome
Even with
{Credo.Check.Readability.SinglePipe, [allow_0_arity_functions: true]}
config this does not show the issue.The text was updated successfully, but these errors were encountered: