Sha256: a673c4d6d2f67b0de4982b853193b47e3a3e269c1de06b51297a4ffaea1402e1

Contents?: true

Size: 249 Bytes

Versions: 6

Compression:

Stored size: 249 Bytes

Contents

---
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'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitlab-styles-13.0.1 rubocop-bundler.yml
gitlab-styles-13.0.0 rubocop-bundler.yml
gitlab-styles-11.0.0 rubocop-bundler.yml
gitlab-styles-10.1.0 rubocop-bundler.yml
gitlab-styles-10.0.0 rubocop-bundler.yml
gitlab-styles-9.2.0 rubocop-bundler.yml