Current section

Files

Jump to
bless lib bless.ex
Raw

lib/bless.ex

defmodule Bless do
@moduledoc """
A mix task for running test suites
"""
def default do
[
compile: ["--warnings-as-errors", "--force"],
"coveralls.html": [],
format: ["--check-formatted"],
credo: []
]
end
end
# Generated by Elixir.Gaas.Generators.Simple.BaseModule