Sha256: 81fa2f15a2afc00ab38050489ceed8a0ba9c8fbecee3d7252756e7ddaf0668bb

Contents?: true

Size: 764 Bytes

Versions: 4

Compression:

Stored size: 764 Bytes

Contents

require: rubocop-performance

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - 'bin/*'
    - 'rumale.gemspec'
    - 'Rakefile'
    - 'Gemfile'

Documentation:
  Enabled: false

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

Metrics/ModuleLength:
  Max: 200

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 40

Metrics/AbcSize:
  Max: 60

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

ParameterLists:
  Max: 10

Security/MarshalLoad:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Layout/EmptyLineAfterGuardClause:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rumale-0.12.0 .rubocop.yml
rumale-0.11.0 .rubocop.yml
rumale-0.10.0 .rubocop.yml
rumale-0.9.2 .rubocop.yml