Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
11 stars 6 forks source link

No online deps #14

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

Drop edown and edoc since there are no edoc comments in the code anyway.

Remove rebar3_fmt from global plugins and use it only in the 'check' rebar3 profile. This means we have no online deps by default, but it can be enabled again by explicitly running 'rebar3 as check fmt'. This is used by CI.