Ignore dialyzer warnings

This commit is contained in:
2024-05-29 22:43:44 +02:00
parent 5bcb26643d
commit 6787decec6

View File

@@ -3,6 +3,8 @@ defmodule FindOldMp3s.Application do
Main module to run when invoking the binary Main module to run when invoking the binary
""" """
@dialyzer {:no_return, show_exiftool_error: 0, start: 2 }
def start(_, _) do def start(_, _) do
check_exif_tools() check_exif_tools()