credo
credo copied to clipboard
Credo.Check.Warning.Dbg doesn't see dbg calls in heex templates
I have the following function component in my project:
def my_component(assigns) do
~H"""
{dbg(assigns)}
"""
end
When I run mix credo (with the mentioned check enabled and running in strict mode) I get no warnings about the dbg call.