Closed andrei-mihaila closed 2 years ago
As stated in #15:
@andrei-mihaila thanks for the pull request. The truth is we (https://github.com/inaka) are not actively maintaining this repo anymore. Since you seem to be an active user, do you want me to transfer it to your account so you can inherit and maintain it?
To make the latest changes available via Erlang Mk you need to create a new tag (as the code tries to download a tag / release archive https://github.com/inaka/elvis/archive/refs/tags/$(ELVIS_VERSION).tar.gz
).
Done: https://github.com/inaka/elvis.mk/releases/tag/1.1.0 But I insist. Do you want to become the maintainer of this repo, @andrei-mihaila ?
As stated in #15:
@andrei-mihaila thanks for the pull request. The truth is we (https://github.com/inaka) are not actively maintaining this repo anymore. Since you seem to be an active user, do you want me to transfer it to your account so you can inherit and maintain it?
Sorry, I don't have the Erlang experience nor the time availability for this. But thanks for the offer! And for the quick replies!
Made some improvements in https://github.com/inaka/elvis.mk/pull/16, thanks @elbrujohalcon for merging it. Please don't forget to create a tag / release (1.1.1?). After that I think this would be resolved.
Done.
Thank you!
The current version installs an old (6 years old) version of Elvis. It would be nice if it installed a newer version (at the user's choice).
Also, that old version of Elvis is a compiled one and doesn't work with Erlang/OTP 25.
There is a fix in https://github.com/inaka/elvis.mk/pull/15 - but will probably need some improvements as it relies on
rebar3
being available.