Skip to content

Update README.md

Update README.md #225

GitHub Actions / Codety scanner - Ruby required action Sep 10, 2024 in 0s

Ruby

found issues in 1 files

Annotations

Check warning on line 2 in code-issue-examples/ruby/bad-ruby-code-examples.rb

See this annotation in the file changed.

@github-actions github-actions / Codety scanner - Ruby

code-issue-examples/ruby/bad-ruby-code-examples.rb#L2

[lint] [unused-block-argument]  Unused block argument - `k`. If it's necessary, use `_` or `_k` as an argument name to indicate that it won't be used.

Check warning on line 10 in code-issue-examples/ruby/bad-ruby-code-examples.rb

See this annotation in the file changed.

@github-actions github-actions / Codety scanner - Ruby

code-issue-examples/ruby/bad-ruby-code-examples.rb#L10

[style] [parallel-assignment]  Do not use parallel assignment.