rubocop / rubocop-minitest

Code style checking for Minitest files.
https://docs.rubocop.org/rubocop-minitest
MIT License
144 stars 44 forks source link

Fix an error for `Minitest/AssertEmptyLiteral` when only passing an empty literal #300

Closed Earlopain closed 10 months ago

Earlopain commented 10 months ago

Another error that is more likely to occur while running RuboCop in LSP mode.


Before submitting the PR make sure the following are checked:

koic commented 10 months ago

Thanks!