Closed nvieirafelipe closed 10 months ago
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! 👍
@nvieirafelipe I have an off-topic request that might sound strange: I don't have access to a Mac right now, but got reports mentioning warnings on macOS with Elixir 1.16 (there are no warnings on Ubuntu/Debian/Windows).
Do you have the ability to switch to Elixir 1.16 and do a mix deps.compile && mix credo
in a project using Credo? It might be that we missed some compatibility issues with Elixir 1.16, but I thought we caught them all ...
Hey René, sure I'll try next week.
I didn't saw any warnings compiling credo on elixir 1.16.
Environment
mix credo -v
):elixir -v
):What were you trying to do?
I'm trying to use credo with https://github.com/mfussenegger/nvim-lint, everything looks fine but when I opened a module that is set in my
.credo.exs
to be excluded from a specific check I still see credo issues. I think the command line switch--read-from-stdin
doesn't respect the configs set in credo config files.Expected outcome
For example, using the command:
With the following
.credo.exs
config:I shouldn't see the following output:
Actual outcome
Both check and global excluded files configs are ignored.