Sha256: 71bb497aeb037c2df0f1fcc58691ce2f3e7c6bc7c7558e62e9e21f02b7bf99d1

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.4

Metrics:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/AccessModifierDeclarations:
  EnforcedStyle: inline

Style/NumericPredicate:
  Enabled: false

Style/UnneededPercentQ:
  Exclude:
    - '*.gemspec'

Style/ModuleFunction:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/PercentLiteralDelimiters:
  Exclude:
    - '*.gemspec'

RSpec/ExampleLength:
  Enabled: false

Naming/FileName:
  Exclude:
    - 'lib/rubocop-rake.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-rake-0.3.1 .rubocop.yml
rubocop-rake-0.3.0 .rubocop.yml