Sha256: 72b864ca31de82c73330cc129de53d6261e91261b0016f0299b700d926c8fe0d

Contents?: true

Size: 463 Bytes

Versions: 6

Compression:

Stored size: 463 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  IgnoredMethods: ["context", "describe"]

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mergent-1.0.0 .rubocop.yml
mergent-0.2.2 .rubocop.yml
mergent-0.2.1 .rubocop.yml
mergent-0.2.0 .rubocop.yml
mergent-0.1.2 .rubocop.yml
mergent-0.1.1 .rubocop.yml