We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0654a6 commit 0d16a0fCopy full SHA for 0d16a0f
1 file changed
lib/validator/plug.ex
@@ -19,6 +19,7 @@ defmodule Request.Validator.Plug do
19
end
20
21
22
+ # coveralls-ignore-start
23
@doc false
24
def __on_definition__(
25
env,
@@ -69,6 +70,8 @@ defmodule Request.Validator.Plug do
69
70
71
72
73
+ # coveralls-ignore-stop
74
+
75
@doc ~S"""
76
Init the Request.Validator.Plug with an optional error callback
77
0 commit comments