Sha256: 652218906e7faf08ec9146944444ab3f1df8ca53c150c069a658f6fa8a7d152c

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 Bytes

Contents

AllCops:
  Exclude:
    - bin/**/*
    - tasks/**/*
  TargetRubyVersion: 2.4
Metrics/MethodLength:
  Max: 30
  CountComments: false
Metrics/AbcSize:
  Exclude:
    - spec/**/*
  Max: 20
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/BlockLength:
  Exclude: 
    - spec/**/*
Metrics/LineLength:
  Exclude:
    - spec/**/*
Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ghost_rb-0.3.0 .rubocop.yml
ghost_rb-0.2.8 .rubocop.yml
ghost_rb-0.2.7 .rubocop.yml
ghost_rb-0.2.6 .rubocop.yml
ghost_rb-0.2.5 .rubocop.yml