Update Elixir CI workflow #292
Closed
Annotations
6 warnings
Run tests:
lib/koans/03_numbers.ex#L113
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run tests:
lib/koans/03_numbers.ex#L113
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run tests:
test/test_helper.exs#L9
using map.field notation (without parentheses) to invoke function Tasks.all_koans() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function SampleKoan.intro() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function SampleKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function PassingKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()
|
Loading