Sha256: 16a2a291ed072f015d4805507783db4be7ff280c184567c8c96370edf18d3564

Contents?: true

Size: 772 Bytes

Versions: 2

Compression:

Stored size: 772 Bytes

Contents

require: rubocop-rspec

##
## TEMPORARILY disabled 
##

AllCops:
  TargetRubyVersion: 2.5

##
## LOCAL PREFERENCES
##
# Allow bigger test cases ('examples')
RSpec/ExampleLength:
  Enabled: true
  Max: 10

Metrics/MethodLength:
  Enabled: true
  Max: 10

Metrics/BlockLength:
  Enabled: false
  Exclude:
    - spec/**/*

Metrics/AbcSize:
  Enabled: false

# Disable errors due to rspec-specific patterns
RSpec/DescribedClass:
  Enabled: false

##
## DISABLE all layout/whitespace-related errors 
## 

RSpec/FilePath:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineIfThen:
  Enabled: false

# Style/FileName:
# Enabled: false

# Style/StringLiterals:
# Enabled: false

Style/FormatString:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
namarara-0.9.5 .rubocop.yml
namarara-0.9.4 .rubocop.yml