pantajoe / vscode-elixir-credo

VSCode support for Elixir Linter 'Credo'.

Home Page:https://marketplace.visualstudio.com/items?itemName=pantajoe.vscode-elixir-credo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a option to only run credo if mix.exs exists

robsonpeixoto opened this issue · comments

When I'm editing a simples .exs the plugin will try to run the mix credo, but mix.exs doesn't exists:

Command `/usr/local/bin/mix credo` returns empty output! Please check your configuration. Did you add or modify your dependencies? You might need to run `mix deps.get` or recompile.

Totally makes sense to only execute credo in mix apps. Will work on this soon.

@robsonpeixoto Should be fixed now. Test it if you like and get back to me if you experience any errors.