Update dependency elixir to v1.17.0 #62
Annotations
1 error and 19 warnings
Code Quality
Process completed with exit code 1.
|
Code Quality
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
|
Code Quality
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Code Quality
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Code Quality
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Code Quality
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Code Quality
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Code Quality
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Code Quality
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Code Quality
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Code Quality
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.cli_switches() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.cli_switches() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.treat_unknown_args_as_files?() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.param_names() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.base_priority() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.elixir_version() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.param_defaults() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.category() is deprecated, you must add parentheses instead: remote.function()
|
Code Quality
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.exit_status() is deprecated, you must add parentheses instead: remote.function()
|