[erlang-questions] Emacs + Flycheck + rebar3 + proper
Tristan Sloughter
t@REDACTED
Mon Nov 26 20:58:01 CET 2018
Is it building with rebar3? I use https://github.com/joedevivo/flycheck-rebar3
If it isn't building with rebar3 and you don't want it to then you'd need to be setting ERL_LIBS to include the libs in the _build directory.
On Mon, Nov 26, 2018, at 02:18, Frans Schneider wrote:
> Hi all,
>
> In emacs while editing PropEr tests, flycheck complains about not being
> able to find "proper/include/proper.hrl" which is obvious since that lib
> is somewhere sitting in the _build directory and not defined in ERL_LIBS.
> How do you guys configure emacs in a situation like this?
> PropEr is part of the test profile in rebar3.
>
> Thanks.
>
> Frans
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list