Current section

Files

Jump to
next_ls priv monkey _next_ls_private_credo.ex
Raw

priv/monkey/_next_ls_private_credo.ex

defmodule :_next_ls_private_credo do
@moduledoc false
def issues(dir) do
["--strict", "--all", "--working-dir", dir]
|> Credo.run()
|> Credo.Execution.get_issues()
end
end