Mitchell Hanberg

Results 182 comments of Mitchell Hanberg

This is probably an easy enough feature for whomever wants to take a crack

@iautom8things I created a new issue. Can you share your .credo.exs file?

ahh gotcha, i'll double check tonight if i can reproduce. credo-language-server uses these command line flags under the hood `["--strict", "--all", "--working-dir", dir]`, with `dir` being the root of your...

so technically the ls is doing dir = `/absolute/path/to/your/project`, could you try that instead of the dot `.` ?

Can you try running iex `iex -S mix run --no-start` and then doing `Application.ensure_all_started(:credo)` and `["--strict", "--all", "--working-dir", File.cwd!()] |> Credo.run()` and then see what the included_dirs field is

Sorry, lost track of the state of this. This issue still needs action, correct?

Basically you'll want to compile the file with Kernel.ParallelCompiler, which should return the diagnostics. i think you'll also have to start the ExUnit application, but you'll have to investigate if...

No problem at all, thanks for the update!

This should be a really cool one to implement next.