You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some maintenance updates (#62)
* Move test-specific rebar.config options to the test profile
* Trim .gitignore to bare requirements for a rebar3 project
* Update some CI versions
* Tweak dialyzer options
* underspecs allows for stricts typespecs, which is good
* no_return prevents a class of warnings we might want to be aware of
* Analyse it with XRef
* markdownlint it!
* YAMLlint it!
* Prefer ex_doc to EDoc
Also adds a much-deserved badge to README.md
* Analyse further
We also add `no_unknown` to Dialyzer (because `unknown` is
default in OTP 26), so we can fix errors locally without having to
wait for CI (if locally you're using OTP 25, and CI fails in OTP 26,
that is)
* Fix as per CI: Warning: ... is undefined function (Xref)