Sha256: d294c351201e642504bee5fecc846fa21d24462437bf4c76ad336d6459932521

Contents?: true

Size: 797 Bytes

Versions: 9

Compression:

Stored size: 797 Bytes

Contents

MethodLength:
  CountComments: false  # count full line comments?
  Enabled: false

MethodName:
  EnforcedStyle: snake_case

AccessorMethodName:
  Description: Check the naming of accessor methods for get_/set_.
  Enabled: false

Encoding:
  Description: 'Use UTF-8 as the source file encoding.'
  Enabled: true

HashSyntax:
  Description: >-
                 Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax
                 { :a => 1, :b => 2 }.
  Enabled: false
  EnforcedStyle: hash_rockets

LineEndConcatenation:
  Description: 'Use \\ instead of + to concatenate two string literals at line end.'
  Enabled: true
  
LineLength:
  Description: 'Limit lines to 79 characters.'
  Enabled: true
  Max: 80

CyclomaticComplexity:
  Description: 'Avoid complex methods.'
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vagrant-vcenter-0.3.3 .rubocop.yml
vagrant-vcenter-0.3.2 .rubocop.yml
vagrant-vcenter-0.3.1 .rubocop.yml
vagrant-vcenter-0.3.0 .rubocop.yml
vagrant-vcenter-0.2.1 .rubocop.yml
vagrant-vcenter-0.2.0 .rubocop.yml
vagrant-vcenter-0.1.1 .rubocop.yml
vagrant-vcenter-0.1.0 .rubocop.yml
vagrant-vcenter-0.0.2.pre.dev .rubocop.yml