Sha256: b49b50ef2fe7c42345cdfb7aa487d594f22c8e6a1b16391d4b7c5a7d75ce9dc9

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.2

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/BlockLength:
  Exclude:
    - Guardfile
    - "*.gemspec"
    - Rakefile
    - "**/*.rake"
    - spec/**/*.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bario-0.1.0 .rubocop.yml