Add integration test #20
Annotations
1 error and 5 warnings
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
Process completed with exit code 1.
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
~R/.../ is deprecated, use ~r/.../ instead
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
left..right inside match is deprecated, you must always match on the step: left..right//var or left..right//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Loading