Closed cgrothaus closed 6 months ago
Thx for reporting! :+1:
Thanks for reporting this 😀 It is now fixed on master
.
You can try this by setting the Credo dep to
{:credo, github: "rrrene/credo"}
Please report back if your issue is solved! 👍
Solved 🥳 ! Thanks for reacting so insanely fast 🏎️ .
This is live in v1.7.6
🎉
Environment
What were you trying to do?
Use Keyword.validate!/2, like in the following example:
Expected outcome
No Credo warnings.
Actual outcome
Credo warns about unused return values for Keyword functions:
But for
Keyword.validate!/2
, we really do not need to use the return value.