Sha256: cac412dccdfd6b74f1bafc4f0a772e639658d727282ba1ec57f8207ddf1b06b7
Contents?: true
Size: 1.98 KB
Versions: 7
Compression:
Stored size: 1.98 KB
Contents
# This configuration was generated by `rubocop --auto-gen-config` # on 2014-12-23 08:21:59 -0800 using RuboCop version 0.28.0. # 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: 29 Metrics/AbcSize: Max: 59 # Offense count: 3 Metrics/BlockNesting: Max: 5 # Offense count: 8 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 232 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 10 # Offense count: 491 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 196 # Offense count: 43 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 38 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 3 Metrics/PerceivedComplexity: Max: 11 # Offense count: 189 Style/Documentation: Enabled: false # Offense count: 12 Style/DoubleNegation: Enabled: false # Offense count: 2 Style/EmptyElse: Enabled: false # Offense count: 73 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundBlockBody: Enabled: false # Offense count: 90 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundClassBody: Enabled: false # Offense count: 50 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundModuleBody: Enabled: false # Offense count: 46 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 21 # Offense count: 463 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: WordRegex. Style/WordArray: MinSize: 2
Version data entries
7 entries across 7 versions & 2 rubygems