iampeterbanjo / vscode-elixir-linter

Provides linting for Elixir files using Credo for Visual Studio Code
11 stars 9 forks source link

How to specify a config name defined inside the credo.exs file? #98

Open PaoloLaurenti opened 5 years ago

PaoloLaurenti commented 5 years ago

Hi, I would like to configure the linter to use the configurations defined inside my credo.exs file. Is it possibile to do it? The reason is that I would like to catch at design time all the issues that the CI would give me when running credo checks using my specific configuration. Thanks a lot.

iampeterbanjo commented 5 years ago

hi :wave: sorry, that's not currently possible.I haven't been working on Elixir for a while and so there haven't been any enhancements to the extension.