rubocop-rspec.yml in gitlab-styles-6.2.0 vs rubocop-rspec.yml in gitlab-styles-6.2.1
- old
+ new
@@ -1,5 +1,8 @@
---
+require:
+ - ./lib/gitlab/styles/rubocop
+
# Check that instances are not being stubbed globally.
RSpec/AnyInstance:
Enabled: false
# Check for expectations where `be(...)` can replace `eql(...)`.