rubocop-bundler.yml in gitlab-styles-9.1.0 vs rubocop-bundler.yml in gitlab-styles-9.2.0
- old
+ new
@@ -1,4 +1,14 @@
---
+require:
+ - ./lib/rubocop/cop/gem_fetcher
+
# Gems in consecutive lines should be alphabetically sorted
Bundler/OrderedGems:
Enabled: false
+
+Cop/GemFetcher:
+ Enabled: true
+ Include:
+ - '**/*.gemfile'
+ - '**/Gemfile'
+ - '**/gems.rb'