Mess with livebook compiler. #59
Annotations
4 errors and 19 warnings
Testing
Process completed with exit code 1.
|
Linting
Process completed with exit code 30.
|
Typechecking
Process completed with exit code 2.
|
Test Suite Results
Process completed with exit code 1.
|
Testing
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Testing
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Testing
phx-update="append" is deprecated, please use streams instead
|
Linting:
lib/livebooks/module.ex#L30
Nested modules could be aliased at the top of the invoking module.
|
Linting:
lib/mix/tasks/compile/livebooks.ex#L1
Modules should have a @moduledoc tag.
|
Linting:
test/livebooks/surreal-numbers_test.exs#L33
Line is too long (max is 120, was 261).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L215
Line is too long (max is 120, was 175).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L211
Line is too long (max is 120, was 124).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L210
Line is too long (max is 120, was 130).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L208
Line is too long (max is 120, was 149).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L46
Line is too long (max is 120, was 193).
|
Linting:
test/livebooks/conways-game-of-life_test.exs#L39
Line is too long (max is 120, was 151).
|
Linting:
test/livebooks/surreal-numbers_test.exs#L307
Function body is nested too deep (max depth is 2, was 3).
|
Linting
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Linting
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Linting
phx-update="append" is deprecated, please use streams instead
|
Typechecking
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Typechecking
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Typechecking
phx-update="append" is deprecated, please use streams instead
|