rubocop-rspec.yml in gitlab-styles-4.2.0 vs rubocop-rspec.yml in gitlab-styles-4.3.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 let blocks.
+RSpec/EmptyLineAfterLetBlock:
+ Enabled: true
+
# Checks if there is an empty line after shared example blocks.
RSpec/EmptyLineAfterSharedExample:
Enabled: true
# Checks for long example.