Skip to content

Commit a635a60

Browse files
committed
Also skip hackney_pool
1 parent 56f81e3 commit a635a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defmodule Sentry.Mixfile do
1515
plt_add_apps: [:mix, :plug, :hackney]
1616
],
1717
docs: [extras: ["README.md"], main: "readme"],
18-
xref: [exclude: [:hackney]]
18+
xref: [exclude: [:hackney, :hackney_pool]]
1919
]
2020
end
2121

0 commit comments

Comments
 (0)