Skip to content

Commit

Permalink
mix: add more exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Oct 30, 2022
1 parent 56e0436 commit 1235665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
xref: [
exclude: [
:amqqueue,
:rabbit_amqqueue,
:rabbit_backing_queue,
:rabbit_exchange,
:rabbit_router,
Expand All @@ -26,7 +27,8 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
:rabbit_log,
:rabbit_misc,
:rabbit_policy_validator,
:rabbit_registry
:rabbit_registry,
:rabbit_policy
]
]
]
Expand Down

0 comments on commit 1235665

Please sign in to comment.