Sha256: f4b9fe37f087aae91415a4feea2f961dcc8ecb7df681350a3177cf42c3fc4e46

Contents?: true

Size: 522 Bytes

Versions: 3

Compression:

Stored size: 522 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

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

Metrics/ModuleLength:
  Max: 200

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 100

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

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mopti-0.2.2 .rubocop.yml
mopti-0.2.1 .rubocop.yml
mopti-0.2.0 .rubocop.yml