Sha256: 6ea3e2ffa7855bff8d2a83ed3fcd6b81da2e76f06b556682bfa9f46cc56324c3

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4.2

  Exclude:
    - ./**/schema.rb
    - Gemfile
    - bin/*
    - bundle/**/*
    - vendor/**/*

  DisplayCopNames: true

Metrics/LineLength:
  Max: 120
  Exclude:
    - spec/**/*.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Style/BlockDelimiters:
  Exclude:
    - spec/**/*.rb

Style/SignalException:
  Exclude:
    - app/services/**/*.rb

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/ParameterLists:
  Max: 10

Metrics/MethodLength:
  Max: 15

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%i': '[]'
    '%I': '[]'
    '%r': '{}'
    '%w': '()'
    '%W': '()'

Style/RegexpLiteral:
  Enabled: false

Lint/AmbiguousBlockAssociation:
  Enabled: false

Bundler/OrderedGems:
  Enabled: false

Metrics/ClassLength:
  Max: 200

Style/ClassAndModuleChildren:
  Enabled: false

Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
german_numbers-0.5 .rubocop.yml
german_numbers-0.1 .rubocop.yml