Sha256: 26b9dc7f5b83abb427a4f419eea133ce17129b80f8646eced1fde45838804ae8

Contents?: true

Size: 441 Bytes

Versions: 2

Compression:

Stored size: 441 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Lint/AmbiguousBlockAssociation:
  Exclude:
    - "spec/**/*"
      
Metrics/BlockLength:
  Exclude:
    - "spec/**/*"

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bundler-mac-0.2.0 .rubocop.yml
bundler-mac-0.1.0 .rubocop.yml