Closed paulo-ferraz-oliveira closed 4 years ago
I pushed a fix for the tests. I also ended up having erlfmt
inside its own profile, because it'll only run in Erlang/OTP 21+ and it was thus restricting the "plugin" which can support from 19.3 on (the same versions rebar3
supports).
Hurrah, tests passed.
Don't merge just yet. I'm tweaking the README.md
.
Edit: you can see how it looks here.
nicely done. I'll merge this now and anything that you like to improve on can be separate PRs. Again, thank you so much for doing all of this. really appreciate it
If you feel it's OK, could you release it and possibly publish it to Hex? Thanks.
Attempting to [Fix #16] [Fix #21] [Fix #22], by replacing Erlang ports with
os:cmd
as discussed in two of the linked Issues.