rabbitmq / credentials-obfuscation

Tiny library/OTP app for credential obfuscation
Other
14 stars 8 forks source link

Remove rebar3_hex plugin from rebar.config #22

Closed newmanjeff closed 1 year ago

newmanjeff commented 1 year ago

rebar3_hex should not be included as a plugin in rebar.config. See documenation:

NOTE : Be sure not to add rebar3_hex to the plugins section within a projects rebar3 config as this will become a dependency for others downloading your package from hex.pm

Perhaps it should be in project_plugins instead.

michaelklishin commented 1 year ago

Please submit a PR?

newmanjeff commented 1 year ago

Done.