inaka / xref_runner

Erlang Xref Runner (inspired in rebar xref)

Home Page:http://inaka.github.io/xref_runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xref_runner should not register himself on xref

elbrujohalcon opened this issue · comments

On xref_runner:check/2 change xref:start(?MODULE) to xref:start([]) (i.e. instead of registering the process, which is not needed, just pass an empty options list)