rrrene / credo

A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
http://credo-ci.org/
MIT License
4.91k stars 414 forks source link

Metadata in logger for 1.15 Elixir #1097

Closed hissssst closed 8 months ago

hissssst commented 9 months ago

Fixes #1070

rrrene commented 8 months ago

@hissssst Thank you for putting this together. As you can see in the checks, it unfortunately doesn't work in the greater scheme of things for Credo.

That being said, your PR inspired the commit referenced above, which should fix this for all supported versions of Elixir :+1:

You can try this by setting the Credo dep to

{:credo, github: "rrrene/credo"}

Please report back if this works for your use-case 👍