You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent rebar3 crash and more output than required (#61)
This was:
1. throwing on rebar3's call to code:which, which assumes
a return like {error, {Module, Reason}}
2. returning the values of the analysis as a term while
also printing them to stdout
Output more context on error (#60)
* Fix our spec.s as per elvis_core and output more context on error
The test is a dumb one, not unlike the prior version of it,
but it makes sure we don't crash on function call (mimics
rebar3) and on io:format'ing it
* Bump elvis_core from 3.2.0 to 3.2.1