Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rebar.config: make edoc preprocess
otherwise, edoc errored out on `-spec line_length() -> 0..?LINE_LENGTH.` and friends
ylh authored Dec 16, 2021
commit c6ba75cb86d3cef475dec77fef3640dc3eaacd51
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@
{platform_define, "^2", unicode_str}
]}.

{edoc_opts, [preprocess]}.

{dialyzer,
[
{warnings, [no_return, no_undefined_callbacks, no_unused]},