Sha256: d6529a953e24d30b4cc69c6029374dbd24b3bc504f9a7d256aab1b3dd41a7fc6

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  DisplayCopNames: true
  DisplayStyleGuide: true
  NewCops: enable
  Exclude:
    - 'hanny.gemspec'

Layout/LineLength:
  Max: 140
  IgnoredPatterns: ['(\A|\s)#']

Metrics/ModuleLength:
  Max: 200

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 40

Metrics/AbcSize:
  Max: 60

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/ParameterLists:
  Max: 10

Security/MarshalLoad:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

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