Sha256: f991b38feb4cb04d405f615f224f2fe089c7442dff92e5833e14557ee5b2c5f1

Contents?: true

Size: 770 Bytes

Versions: 6

Compression:

Stored size: 770 Bytes

Contents

# This is the configuration used to check the rubocop source code.
inherit_from: #{RUBOCOP_HOME}/config/default.yml

AllCops:
  Include:
    - '**/lib/**/*'
  Exclude:
    - 'bin/**/*'

CyclomaticComplexity: 
  Max: 15

PerceivedComplexity:
  Max: 20

MethodLength:
  Max: 30

ClassLength:
  Enabled: false

LineLength:
  Max: 150

WordArray:
  Enabled: false

LeadingCommentSpace:
  Enabled: false

CommentAnnotation:
  Enabled: false

Documentation:
  Enabled: false

Next:
  Enabled: false

OptionalArguments:
  Enabled: false

SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

SignalException:
  EnforcedStyle: only_raise

TrivialAccessors:
  AllowPredicates: true

BlockNesting:
  Max: 4

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hedgelog-0.1.8 .rubocop.yml
hedgelog-0.1.7 .rubocop.yml
hedgelog-0.1.6 .rubocop.yml
hedgelog-0.1.5 .rubocop.yml
hedgelog-0.1.4 .rubocop.yml
hedgelog-0.1.3 .rubocop.yml