rubocop / rubocop-minitest

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

[Fix #287] don't error on empty blocks when linting `assert_raises` #288

Closed G-Rath closed 11 months ago

G-Rath commented 11 months ago

Fixes #287

This fixes Minitest/AssertRaisesCompoundBody erroring on empty blocks


Before submitting the PR make sure the following are checked:

koic commented 11 months ago

Looks good to me. Can you squash your commits into one?

koic commented 11 months ago

Thanks!