Sha256: acd54c13fd2284b0aaee424d62be45f634e47d5bf636867e8cd1162de7c8241a

Contents?: true

Size: 1.6 KB

Versions: 10

Compression:

Stored size: 1.6 KB

Contents

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - docs/**/*
    - test/rails4_dummy/**/*
    - test/rails5_dummy/**/*
    - test/fixtures/**/*
    # Get the code passing first then we will enable for tests
    - test/**/*
Documentation:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/LineLength:
  Max: 160
Metrics/BlockNesting:
  Max: 5
Metrics/BlockLength:
  Max: 30
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Metrics/ParameterLists:
  Max: 10
Naming/AccessorMethodName:
  Enabled: false
Naming/PredicateName:
  Enabled: true
Style/TernaryParentheses:
  Enabled: false
Style/MutableConstant:
  Enabled: false
Style/IdenticalConditionalBranches:
  Enabled: false
Style/ClassVars:
  Enabled: false
Style/MultilineBlockChain:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: true
Style/GuardClause:
  Enabled: true
Style/NumericPredicate:
  Enabled: true
Style/NumericLiterals:
  Enabled: false
Style/NumericLiteralPrefix:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/SymbolProc:
  Enabled: false
Style/RegexpLiteral:
  Enabled: false
Performance/Casecmp:
  Enabled: false
Performance/RegexpMatch:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: true
Layout/MultilineOperationIndentation:
  Enabled: true
Lint/RescueException:
  Enabled: true
Lint/UselessAccessModifier:
  Enabled: true
Lint/ShadowingOuterLocalVariable:
  Enabled: true
Style/FormatString:
  Enabled: true
Security/Eval:
  Enabled: true

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
coverband-4.2.3 .rubocop.yml
coverband-4.2.3.rc.2 .rubocop.yml
coverband-4.2.3.rc.1 .rubocop.yml
coverband-4.2.2 .rubocop.yml
coverband-4.2.2.rc.1 .rubocop.yml
coverband-4.2.1 .rubocop.yml
coverband-4.2.1.rc4 .rubocop.yml
coverband-4.2.1.rc3 .rubocop.yml
coverband-4.2.1.rc2 .rubocop.yml
coverband-4.2.1.rc1 .rubocop.yml