Packages
ex_check_ng
1.0.0-rc.0
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/printer.ex
defmodule ExCheck.Printer do
@moduledoc false
def info(output \\ []), do: Mix.shell().info(output)
def error(output \\ []), do: Mix.shell().error(output)
end