Sha256: 0e2712f577578b94169bd292ba77d91b1de32c5388a6bb41fa901d8fba33c7df

Contents?: true

Size: 795 Bytes

Versions: 23

Compression:

Stored size: 795 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 80 characters.'
  Enabled: true
  Max: 80

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

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
vagrant-vcloud-0.2.2 .rubocop.yml
vagrant-vcloud-0.2.1 .rubocop.yml
vagrant-vcloud-0.2.0 .rubocop.yml