Closed andreineculau closed 3 years ago
apparently I'm doing smth wrong when I try to lock it... so not locking it
rebar3 as lint lint 9 ===> Fetching rebar3_lint (from {git,"project-fifo/rebar3_lint.git", 10 {tag,"0.2.0"}}) 11 ===> Errors loading plugin {rebar3_lint, 12 {git, 13 "project-fifo/rebar3_lint.git", 14 {tag,"0.2.0"}}}. Run rebar3 with DEBUG=1 set to see errors. 15 ===> Command lint not found
Sure.
Rules line_length
, etc. that are failing with undef
moved from elvis_style
to elvis_text_style
. elvis_core
mentions it, rebar3_lint
doesn't.
As for macro Exp
you can either tweak the regex, disable the rule or "fix" the macro name. The reasoning is here, so it's a fix not a regression. In any case it wasn't signaled.
I can PR, but I'd need to know what to do with the macro. Here's the reference, in case you decide to go ahead: https://github.com/inaka/elvis_core/wiki/Rules#macro-names.
apparently I'm doing smth wrong when I try to lock it... so not locking it
A simple {rebar3_lint, "0.2.0"}
should suffice.
1683 was green: https://travis-ci.org/github/for-GET/jesse/builds/749489608 1684 was red: https://travis-ci.org/github/for-GET/jesse/builds/750746033
@paulo-ferraz-oliveira would you be so kind to have a look? I see you're active there.
I'm locking it to 0.2.0 for now. Should probably be locked anyway.
Details