Sha256: 2dce081e1fd0f80da98b29357b5d8cb8a1e8410c3513e91c763b615cfebc15c5

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  Exclude:
    - "vendor/**/*"
    - "papierkram_api_client.gemspec"

Layout/LineLength:
  Exclude:
    - "test/cassettes/**/*"

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - "test/**/*"

Metrics/MethodLength:
  Max: 16
  CountAsOne:
    - "array"
    - "hash"
    - "heredoc"
    - "method_call"

Metrics/ParameterLists:
  Max: 8
  Exclude:
    - "lib/api/v1/**/*"

Metrics/ClassLength:
  Max: 250
  CountAsOne:
    - "array"
    - "hash"
    - "heredoc"
    - "method_call"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
papierkram_api_client-0.4.2 .rubocop.yml
papierkram_api_client-0.4.1 .rubocop.yml