Sha256: 2c53494007616ca77b69594c5892ba20bdf7ccf831b0ac0767afd13875e861a9

Contents?: true

Size: 611 Bytes

Versions: 10

Compression:

Stored size: 611 Bytes

Contents

AllCops:
  Exclude:
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Style/ClassAndModuleChildren:
  Enabled: false
Metrics/LineLength:
  Max: 100
Layout/EndOfLine:
  EnforcedStyle: lf
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/MethodLength:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/ParameterLists:
  Max: 6
Metrics/ClassLength:
  Max: 250
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Max: 100
Metrics/PerceivedComplexity:
  Max: 20
Style/MultilineTernaryOperator:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
sibit-0.20.3 .rubocop.yml
sibit-0.20.2 .rubocop.yml
sibit-0.20.1 .rubocop.yml
sibit-0.20.0 .rubocop.yml
sibit-0.19.4 .rubocop.yml
sibit-0.19.3 .rubocop.yml
sibit-0.19.2 .rubocop.yml
texsc-0.1.0 .rubocop.yml
sibit-0.19.1 .rubocop.yml
sibit-0.19.0 .rubocop.yml