Skip to content

Commit 3585078

Browse files
committed
Fix ex_doc warnings
1 parent 13bb9fb commit 3585078

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
{ex_doc, [
2020
{source_url, <<"https://github.com/hexpm/hex_core">>},
2121
{extras, [<<"README.md">>, <<"CHANGELOG.md">>]},
22-
{main, <<"readme">>}
22+
{main, <<"readme">>},
23+
{skip_undefined_reference_warnings_on, [<<"CHANGELOG.md">>]}
2324
]}.
2425

2526
{hex, [{doc, #{provider => ex_doc}}]}.

0 commit comments

Comments
 (0)