Sha256: f44080c1d593d0c7a20fb5a15bb6aeb0e7305f6d8ea2de8a964dc70be2bd79bc

Contents?: true

Size: 653 Bytes

Versions: 6

Compression:

Stored size: 653 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisplayStyleGuide: true

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

6 entries across 6 versions & 1 rubygems

Version Path
svmkit-0.7.3 .rubocop.yml
svmkit-0.7.2 .rubocop.yml
svmkit-0.7.1 .rubocop.yml
svmkit-0.7.0 .rubocop.yml
svmkit-0.6.3 .rubocop.yml
svmkit-0.6.2 .rubocop.yml