Sha256: 08d348230b59b8ff606d94d3df40623231dd0cf9897835ce05c2711117ded78d
Contents?: true
Size: 888 Bytes
Versions: 18
Compression:
Stored size: 888 Bytes
Contents
# Copyright (c) 2015 VMware, Inc. All Rights Reserved. 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 Style/FileName: Enabled: false
Version data entries
18 entries across 18 versions & 1 rubygems