Sha256: 29baee43954064e3d3a61b3d10a1f98bf29a8922e69f2c4a83231236ff890fbf

Contents?: true

Size: 852 Bytes

Versions: 8

Compression:

Stored size: 852 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable

Layout/LineLength:
  IgnoredPatterns: ['^#']
  Max: 150

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'superfaktura.gemspec'

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/OptionalBooleanParameter:
  Enabled: false

#Layout/HashAlignment:
#  EnforcedColonStyle:

Metrics/AbcSize:
  Max: 25

Style/Documentation:
  Enabled: false

Layout/FirstArgumentIndentation:
  EnforcedStyle: consistent

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 15

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/DoubleNegation:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
superfaktura-1 .rubocop.yml
superfaktura-0.9.6 .rubocop.yml
superfaktura-0.9.5 .rubocop.yml
superfaktura-0.9.4 .rubocop.yml
superfaktura-0.9.3 .rubocop.yml
superfaktura-0.9.2 .rubocop.yml
superfaktura-0.9.1 .rubocop.yml
superfaktura-0.9.0 .rubocop.yml