add compiler yecc and leex to fix warnings #124
Annotations
1 error and 21 warnings
Run credo
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run mix deps.compile
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
|
Run mix deps.compile
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
|
Run mix deps.compile
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Run mix deps.compile
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run mix deps.compile
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Run mix deps.compile
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Run mix deps.compile
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run mix deps.compile
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run mix deps.compile
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run mix deps.compile
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run credo
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()
|
Run credo
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()
|
Run credo
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()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.param_names() is deprecated, you must add parentheses instead: remote.function()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.base_priority() is deprecated, you must add parentheses instead: remote.function()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.elixir_version() is deprecated, you must add parentheses instead: remote.function()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Consistency.ExceptionNames.param_defaults() is deprecated, you must add parentheses instead: remote.function()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.category() is deprecated, you must add parentheses instead: remote.function()
|
Run credo
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.exit_status() is deprecated, you must add parentheses instead: remote.function()
|
Loading