chore(deps): update dependency erlang to v27.1 #262
Triggered via pull request
September 19, 2024 05:29
Status
Success
Total duration
2m 55s
Artifacts
–
ci.yml
on: pull_request
Benchmark
2m 46s
Docs
1m 31s
Format (Elixir)
1m 30s
Lint (Actions)
7s
Lint (Alex)
19s
Lint (CSS)
10s
Lint (Credo)
1m 25s
Lint (Docker)
3s
Lint (Doctor)
1m 28s
Lint (Javascript)
14s
Lint (Markdown)
22s
Lint (Misspell)
12s
Lint (Shellcheck)
5s
Lint (shfmt)
5s
Lint (Yaml)
19s
Sobelow
1m 38s
Test
1m 50s
Annotations
24 warnings
Lint (Credo)
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
|
Lint (Credo)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Lint (Credo)
5..1 has a default step of -1, please write 5..1//-1 instead
|
Lint (Doctor)
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
|
Lint (Doctor)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Lint (Doctor)
5..1 has a default step of -1, please write 5..1//-1 instead
|
Docs
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
|
Docs
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Docs
5..1 has a default step of -1, please write 5..1//-1 instead
|
Docs
giving a binary to :assets is deprecated, please give a map from source to target instead
|
Docs
giving a binary to :assets is deprecated, please give a map from source to target instead
|
Format (Elixir)
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
|
Format (Elixir)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Format (Elixir)
5..1 has a default step of -1, please write 5..1//-1 instead
|
Sobelow
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
|
Sobelow
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Sobelow
5..1 has a default step of -1, please write 5..1//-1 instead
|
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
|
Test
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Test
5..1 has a default step of -1, please write 5..1//-1 instead
|
Benchmark
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
|
Benchmark
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Benchmark
5..1 has a default step of -1, please write 5..1//-1 instead
|
Benchmark
using map.field notation (without parentheses) to invoke function Benchee.Conversion.Memory.base_unit() is deprecated, you must add parentheses instead: remote.function()
|