Add option to decide what to do on invalid UTF-8 urlencoded params #1159 #440
Annotations
9 warnings
test (1.10.4, 21.3):
lib/plug/conn/query.ex#L220
variable "start_pos" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/query.ex#L220
this clause cannot match because a previous clause at line 214 always matches
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.6, 26, lint)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.6, 26, lint):
lib/plug/conn/query.ex#L220
variable "start_pos" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.6, 26, lint):
lib/plug/conn/query.ex#L220
this clause cannot match because a previous clause at line 214 always matches
|