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
* Pin specific versions and help Renovate
This way it's easier for us to reason on the updates
semantically.
* Add a few "good practice" compiler warnings
As per https://github.com/kivra/erlang_template
* "Temporarily" prevent jose's deprecation warning from compiling self
* Add `dialyzer` options
* Act on dialyzer's `unmatched_returns`
* Prevent Dialyzer's "Unknown function jsx:decode"
... while applying the good practice to list
all deps under .app.src
* xref: stop caring about "unused exports"
It's either this or flagging all "interface API" functions
as -ignore_xref, which is potentially more difficult to
maintain. Choices (?)
* Enable test coverage
* Don't fight Elvis on this (work around it)
If we fix for Elvis we get a compiler warning
* Fix compiler warnings
* Act on CI results: fix for `rebar3_lint`
* Own it
0 commit comments