add mix format and dialyzer to CI #7
format.yml
on: pull_request
Mix format
2m 24s
Linting
0s
Annotations
1 error and 5 warnings
Linting
Process completed with exit code 127.
|
Mix format
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Mix format
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
|
Mix format
~R/.../ is deprecated, use ~r/.../ instead
|
Mix format
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of floki's mix.exs
|
Mix format
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of expo's mix.exs
|