Sha256: 75da68775b168be32f5ca0b4f556d9f6c528b34759f36d31b61ba89840d56f2e

Contents?: true

Size: 822 Bytes

Versions: 15

Compression:

Stored size: 822 Bytes

Contents

require: rubocop-performance

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/CyclomaticComplexity:
  Max: 16

Metrics/PerceivedComplexity:
  Max: 16

Metrics/BlockLength:
  Max: 40
  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

15 entries across 15 versions & 1 rubygems

Version Path
rumale-0.13.5 .rubocop.yml
rumale-0.13.4 .rubocop.yml
rumale-0.13.3 .rubocop.yml
rumale-0.13.2 .rubocop.yml
rumale-0.13.1 .rubocop.yml
rumale-0.13.0 .rubocop.yml
rumale-0.12.9 .rubocop.yml
rumale-0.12.8 .rubocop.yml
rumale-0.12.7 .rubocop.yml
rumale-0.12.6 .rubocop.yml
rumale-0.12.5 .rubocop.yml
rumale-0.12.4 .rubocop.yml
rumale-0.12.3 .rubocop.yml
rumale-0.12.2 .rubocop.yml
rumale-0.12.1 .rubocop.yml