mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-02 12:06:09 +00:00
Add Gleam (#67)
This commit is contained in:
committed by
GitHub
parent
4fbbcf2e6c
commit
c988d89031
@@ -0,0 +1,22 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, [{verl, "1.0.0"}]}.
|
||||
{xref_checks, [
|
||||
deprecated_function_calls,
|
||||
exports_not_used,
|
||||
locals_not_used,
|
||||
undefined_function_calls
|
||||
]}.
|
||||
{dialyzer, [
|
||||
{warnings, [
|
||||
error_handling,
|
||||
underspecs,
|
||||
unknown,
|
||||
unmatched_returns
|
||||
]}
|
||||
]}.
|
||||
{profiles, [
|
||||
{test, [
|
||||
{cover_enabled, true},
|
||||
{cover_opts, [verbose]}
|
||||
]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user