chore(deps): update dependency gettext to ~> 0.25 (#80) #271
ci.yml
on: push
Benchmark
2m 53s
Docs
1m 32s
Format (Elixir)
1m 26s
Lint (Actions)
6s
Lint (Alex)
22s
Lint (CSS)
10s
Lint (Credo)
1m 27s
Lint (Docker)
4s
Lint (Doctor)
1m 35s
Lint (Javascript)
12s
Lint (Markdown)
21s
Lint (Misspell)
13s
Lint (Shellcheck)
4s
Lint (shfmt)
4s
Lint (Yaml)
13s
Sobelow
1m 39s
Test
1m 45s
Annotations
3 errors and 24 warnings
Test:
test/jumar_web/live/user_reset_password_live_test.exs#L52
test Reset Password resets password once (JumarWeb.UserResetPasswordLiveTest)
|
Test:
test/jumar_web/live/user_settings_live_test.exs#L35
test update email form updates the user email (JumarWeb.UserSettingsLiveTest)
|
Test
Process completed with exit code 2.
|
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
|
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
|
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
|
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
|
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()
|