There was an error while loading. Please reload this page.
1 parent 71b8e00 commit a85948dCopy full SHA for a85948d
1 file changed
mix.exs
@@ -18,7 +18,7 @@ defmodule Coophub.MixProject do
18
dialyzer_warnings: [:error_handling, :race_conditions, :underspecs, :unknown],
19
dialyzer_ignored_warnings: [
20
# {tag, {file, line}, {warning_type, arguments}}
21
- {:_, {'lib/cachex/warmer.ex', :_}, :_}
+ {:_, {~c"lib/cachex/warmer.ex", :_}, :_}
22
]
23
24
end
0 commit comments