Sha256: 3478362e1ee969278a61d94372d3a5b5e3dba4f2076043008ca1918cf69bf623

Contents?: true

Size: 1.42 KB

Versions: 7

Compression:

Stored size: 1.42 KB

Contents

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - docs/**/*
Documentation:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/LineLength:
  Max: 120
Metrics/BlockNesting:
  Max: 5
Bundler/OrderedGems:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/BlockNesting:
  Max: 10
Metrics/ModuleLength:
  Enabled: false
Metrics/ParameterLists:
  Max: 10
Naming/AccessorMethodName:
  Enabled: false
Naming/PredicateName:
  Enabled: false
Style/FormatStringToken:
  Enabled: false
Style/TernaryParentheses:
  Enabled: false
Style/MutableConstant:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: true
Style/GuardClause:
  Enabled: true
Style/NumericPredicate:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/NumericLiteralPrefix:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/MethodMissingSuper:
  Enabled: true
Style/MissingRespondToMissing:
  Enabled: false
Performance/Casecmp:
  Enabled: false
Layout/EmptyLinesAroundArguments:
  Enabled: true
Layout/MultilineMethodCallIndentation:
  Enabled: true
Layout/MultilineOperationIndentation:
  Enabled: true
Lint/RescueException:
  Enabled: true
Lint/ShadowingOuterLocalVariable:
  Enabled: true
Style/FormatString:
  Enabled: true
Security/Eval:
  Enabled: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
coverband-4.0.0 .rubocop.yml
coverband-4.0.0.alpha .rubocop.yml
coverband-3.0.1 .rubocop.yml
coverband-3.0.1.alpha .rubocop.yml
coverband-3.0.0 .rubocop.yml
coverband-3.0.0.alpha2 .rubocop.yml
coverband-3.0.0.alpha .rubocop.yml