Skip to content

Enable some Rubocop cops related to new lines

Grzegorz Bizon requested to merge rubocop/enable-more-cops-for-empty-lines into master

What does this MR do?

This MR enabled two additional Rubocop cops:

Keeps track of empty lines around block bodies.
Style/EmptyLinesAroundBlockBody

Keeps track of empty lines around method bodies.
Style/EmptyLinesAroundMethodBody

Does this MR meet the acceptance criteria?

  • All builds are passing

Merge request reports