Sha256: 466ef814067be172dc35e4b2d64caf91ae739f5a191526fe709712d7f07739eb

Contents?: true

Size: 196 Bytes

Versions: 3

Compression:

Stored size: 196 Bytes

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 2.3
  Exclude:
      - 'vendor/**/*'
      - 'bin/**/*'
  RSpec:
    Patterns:
      - '.+'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
git_topic-0.3.3 .rubocop.yml
git_topic-0.3.0 .rubocop.yml
git_topic-0.2.5 .rubocop.yml