chore: whitelist `ra` to make RPCs w/o BPAPIs
This commit is contained in:
parent
a8baff61ec
commit
e55e1dd1b2
|
@ -48,7 +48,7 @@
|
|||
|
||||
%% Applications and modules we wish to ignore in the analysis:
|
||||
-define(IGNORED_APPS,
|
||||
"gen_rpc, recon, redbug, observer_cli, snabbkaffe, ekka, mria, amqp_client, rabbit_common, esaml"
|
||||
"gen_rpc, recon, redbug, observer_cli, snabbkaffe, ekka, mria, amqp_client, rabbit_common, esaml, ra"
|
||||
).
|
||||
-define(IGNORED_MODULES, "emqx_rpc").
|
||||
-define(FORCE_DELETED_MODULES, [
|
||||
|
|
Loading…
Reference in New Issue