Skip to content

Tweaks and adjustments to modernize this repo #55

Tweaks and adjustments to modernize this repo

Tweaks and adjustments to modernize this repo #55

Triggered via pull request August 25, 2025 13:05
Status Success
Total duration 1m 47s
Artifacts

elixir.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build (1.18.4, 28.0.2)
using map.field notation (without parentheses) to invoke function SampleKoan.intro() is deprecated, you must add parentheses instead: remote.function()
build (1.18.4, 28.0.2)
using map.field notation (without parentheses) to invoke function SampleKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()
build (1.18.4, 28.0.2)
using map.field notation (without parentheses) to invoke function SampleKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()
build (1.18.4, 28.0.2): test/test_helper.exs#L9
using map.field notation (without parentheses) to invoke function KeywordLists.all_koans() is deprecated, you must add parentheses instead: remote.function()
build (1.18.4, 28.0.2): 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
build (1.18.4, 28.0.2): 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