Sha256: cbefe1d31f152d41270b8cb700fe520d89e4ad8e6aba03bc6f0447dc97f16677

Contents?: true

Size: 681 Bytes

Versions: 7

Compression:

Stored size: 681 Bytes

Contents

Lint/AmbiguousBlockAssociation:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/ClassLength:
  CountComments: false
  Max: 250

Metrics/MethodLength:
  CountComments: false
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 7

Style/SpecialGlobalVars:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Naming/PredicateName:
  NamePrefix:
    - is_
    - has_

  NamePrefixBlacklist:
    - is_
    - has_

Metrics/AbcSize:
  Max: 45

Metrics/PerceivedComplexity:
  Max: 10

Documentation:
  Enabled: false

AllCops:
  Exclude:
    - Gemfile

Layout/ExtraSpacing:
  AllowForAlignment: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
koine-test_runner-0.4.0 .rubocop.yml
koine-test_runner-0.3.0 .rubocop.yml
koine-test_runner-0.2.4 .rubocop.yml
koine-test_runner-0.2.3 .rubocop.yml
koine-test_runner-0.2.2 .rubocop.yml
koine-test_runner-0.2.1 .rubocop.yml
koine-test_runner-0.2.0 .rubocop.yml