Sha256: 7e78bba72632b0dbd01bc85d8668036a9721eb701db759630af058eae3491dce
Contents?: true
Size: 1.79 KB
Versions: 14
Compression:
Stored size: 1.79 KB
Contents
# This configuration was generated by `rubocop --auto-gen-config` # on 2014-04-23 20:34:48 +1000 using RuboCop version 0.20.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 9 AmbiguousOperator: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: PreferredMethods. CollectionMethods: Enabled: false # Offense count: 1 CyclomaticComplexity: Max: 7 # Offense count: 5 Documentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. EmptyLinesAroundBody: Enabled: true # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. HashSyntax: Enabled: true # Offense count: 4 # Cop supports --auto-correct. LeadingCommentSpace: Enabled: true # Offense count: 18 LineLength: Max: 108 # Offense count: 8 # Configuration parameters: CountComments. MethodLength: Max: 30 # Offense count: 1 # Cop supports --auto-correct. SpaceAfterComma: Enabled: true # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. SpaceInsideBlockBraces: Enabled: true # Offense count: 1 # Cop supports --auto-correct. SpecialGlobalVars: Enabled: true # Offense count: 16 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. StringLiterals: Enabled: false # Offense count: 1 UnreachableCode: Enabled: true # Offense count: 1 UselessAssignment: Enabled: false # Offense count: 1 # Cop supports --auto-correct. WordArray: MinSize: 2
Version data entries
14 entries across 14 versions & 3 rubygems