Sha256: 42b60a91bc03c49661c48e8019db42bce88ca936233a78ec1c20ecccf9ffd2e6

Contents?: true

Size: 450 Bytes

Versions: 53

Compression:

Stored size: 450 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.2
  NewCops: enable
  SuggestExtensions: false

Metrics/CyclomaticComplexity:
  Max: 10
Metrics/MethodLength:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Max: 50
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
cobench-0.0.11 .rubocop.yml
cobench-0.0.10 .rubocop.yml
cobench-0.0.9 .rubocop.yml
cobench-0.0.8 .rubocop.yml
cobench-0.0.7 .rubocop.yml
cobench-0.0.6 .rubocop.yml
cobench-0.0.5 .rubocop.yml
cobench-0.0.4 .rubocop.yml
cobench-0.0.3 .rubocop.yml
cobench-0.0.2 .rubocop.yml
cobench-0.0.1 .rubocop.yml
xcop-0.7.1 .rubocop.yml
xcop-0.7.0 .rubocop.yml