Packages
ex_check_ng
1.0.0-rc.1
One task to efficiently run all code analysis & testing tools in an Elixir project. Community-maintained fork of ex_check.
Current section
Files
Jump to
Current section
Files
lib/ex_check/config.ex
defmodule ExCheck.Config do
@moduledoc false
defdelegate generate, to: ExCheck.Config.Generator
defdelegate load(opts), to: ExCheck.Config.Loader
end