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
I have a project with hundreds of modules with an exported start_link/1 function. Can I configure Xref to ignore exports_not_used for any such function?
The text was updated successfully, but these errors were encountered:
"(xc - uc) || (xu - x - b - (\"mod\":\".*foo\"/\"4\"))"
(external calls - unresolved) OR (externally used - exported - used BIFS - (mod:*foo/4))
I think you might be able to add something like (...) - (\"*\":\"start_link\"/\"*\") in there to ignore all start_link calls, but I'm not sure, I haven't used the set syntax from xref a lot.
I have a project with hundreds of modules with an exported
start_link/1
function. Can I configure Xref to ignoreexports_not_used
for any such function?The text was updated successfully, but these errors were encountered: