Add new `Style/EmptyBlockParameter` cop by pocke · Pull Request #5031 · rubocop/rubocop
This cop checks delimiters of empty block parameters. # bad a do || end # good a do end Before submitting the PR make sure the following are checked: Wrote good commit messages. Commit message...