Sha256: 7a04b501566ef273c5ce9d26af8de2e342452f2437a3a92296fa955db5250230

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

# This is the configuration used to check the rubocop source code.
AllCops:
  Include:
    - '**/Rakefile'
    - '**/Gemfile'
    - lib/**/*
  Exclude:
    - rubocop-todo.yml
    - .rubocop.yml
inherit_from: rubocop-todo.yml

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gem_bootstrap-0.1.1 templates/dot_rubocop.yml
gem_bootstrap-0.1.0 templates/dot_rubocop.yml
gem_bootstrap-0.0.2.pre templates/dot_rubocop.yml
gem_bootstrap-0.0.1 templates/dot_rubocop.yml