Sha256: aa8be6e6ed3f94b18574ea66cfd4780e8fcc3fae7a2f1237c7ad7ccab37bef44

Contents?: true

Size: 690 Bytes

Versions: 3

Compression:

Stored size: 690 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.5.0

# ================ LAYOUT ==============
Layout/LineLength:
  Max: 150

# ================ LINT ================
Lint/AmbiguousBlockAssociation:
  Exclude:
    - spec/**/*_spec.rb

Lint/EmptyClass:
  Exclude:
    - spec/**/*_spec.rb

# ================ Metics ================
Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb
    - snfoil-searcher.gemspec

# ================ RSPEC ================
RSpec/FilePath:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 5

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/NestedGroups:
  Max: 5

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
snfoil-searcher-0.0.4 .rubocop.yml
snfoil-searcher-0.0.2 .rubocop.yml
snfoil-searcher-0.0.1 .rubocop.yml