exercism / elixir

Exercism exercises in Elixir.
https://exercism.org/tracks/elixir
MIT License
614 stars 397 forks source link

Do not use ignored arguments in solution stub #1518

Closed angelikatyborska closed 1 month ago

angelikatyborska commented 1 month ago

Resolves https://github.com/exercism/elixir/issues/1517 Resolves https://github.com/exercism/elixir/issues/1519

We don't use ignored arguments in solution stubs for most exercises, so we shouldn't use it in any of them. I was grepping for \(_, and , _ to find underscored arguments in practice exercises and only found those two.

github-actions[bot] commented 1 month ago

Thank you for contributing to exercism/elixir 💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.

Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:


Automated comment created by PR Commenter 🤖.