Sha256: d4878d6b9096bbd588fd2e665a7336ad8aff2ca41beb92ad6c2e2b85a7bdfaa3

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  SuggestExtensions: false

Metrics/ClassLength:
  Exclude:
    - 'lib/what_dya_return/extractor.rb'
    - 'lib/what_dya_return/processor.rb'
    - 'test/what_dya_return/extractor_test.rb'

Metrics/MethodLength:
  Max: 30
  Exclude:
    - 'test/*'

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
what_dya_return-0.2.1 .rubocop.yml
what_dya_return-0.2.0 .rubocop.yml