Credo warning fast fixes (disable module docs)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
defmodule IbanEx.Country do
|
||||
@moduledoc false
|
||||
|
||||
import IbanEx.Commons, only: [normalize: 1]
|
||||
|
||||
@type country_code() :: <<_::16>> | atom()
|
||||
|
||||
Reference in New Issue
Block a user