rubocop-rspec.yml in gitlab-styles-4.1.0 vs rubocop-rspec.yml in gitlab-styles-4.2.0

- old
+ new

@@ -34,9 +34,13 @@ - run_permission_checks - run_group_permission_checks - it_should_email! - it_should_not_email! +# Checks if there is an empty line after shared example blocks. +RSpec/EmptyLineAfterSharedExample: + Enabled: true + # Checks for long example. RSpec/ExampleLength: Enabled: false Max: 5