Fix hidden input field name #48
Annotations
1 error and 5 warnings
Lint
Process completed with exit code 1.
|
Test OTP 25 / Elixir 1.15:
lib/polymorphic_embed/html/form.ex#L156
variable "num_entries" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test OTP 24 / Elixir 1.15:
lib/polymorphic_embed/html/form.ex#L156
variable "num_entries" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test OTP 26 / Elixir 1.15:
lib/polymorphic_embed/html/form.ex#L156
variable "num_entries" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test OTP 26 / Elixir 1.16
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Test OTP 26 / Elixir 1.16
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|