mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 17:45:25 +00:00
Add more warnings
This commit is contained in:
parent
066a0b6ec0
commit
02bf15c833
@ -2,8 +2,14 @@
|
||||
|
||||
{erl_opts, [ {platform_define, "^[0-9]+", namespaced_dicts}
|
||||
, debug_info
|
||||
, warnings_as_errors
|
||||
, warn_unused_vars
|
||||
, warn_shadow_vars
|
||||
, warn_unused_import
|
||||
, warn_export_all
|
||||
, warn_export_vars
|
||||
, warn_obsolete_guard
|
||||
, warn_untyped_record
|
||||
, warnings_as_errors
|
||||
]}.
|
||||
|
||||
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
||||
|
Loading…
Reference in New Issue
Block a user