We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
&dbg/1
mix credo -v
elixir -v
I noticed that calls like |> tap(&dbg/1) are not triggering the warning
|> tap(&dbg/1)
capturing dbg/1 should emit the warning
dbg/1
capturing dbg/1 should emits no warning
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Precheck
Environment
mix credo -v
): 1.7.5elixir -v
): Erlang/OTP 26 Elixir 1.16.3What were you trying to do?
I noticed that calls like
|> tap(&dbg/1)
are not triggering the warningExpected outcome
capturing
dbg/1
should emit the warningActual outcome
capturing
dbg/1
should emits no warningThe text was updated successfully, but these errors were encountered: