Sha256: a0259ea88453794821f8183927f9df9429167bdbc4665b8d9d59a3569f55e820

Contents?: true

Size: 297 Bytes

Versions: 8

Compression:

Stored size: 297 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bundler-alive-0.1.7 .rubocop.yml
bundler-alive-0.1.6 .rubocop.yml
bundler-alive-0.1.5 .rubocop.yml
bundler-alive-0.1.4 .rubocop.yml
bundler-alive-0.1.3 .rubocop.yml
bundler-alive-0.1.2 .rubocop.yml
bundler-alive-0.1.1 .rubocop.yml
bundler-alive-0.1.0 .rubocop.yml