Sha256: c9daaf8844c655b096fee475d8de491fea041aa96410addd6384f618ca7597c7
Contents?: true
Size: 1.55 KB
Versions: 15
Compression:
Stored size: 1.55 KB
Contents
# This configuration was generated by `rubocop --auto-gen-config` # on 2015-05-20 22:54:33 -0400 using RuboCop version 0.31.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: 1 # Cop supports --auto-correct. # Configuration parameters: AlignWith, SupportedStyles, AutoCorrect. Lint/EndAlignment: Enabled: false # Offense count: 5 Metrics/AbcSize: Max: 38 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 112 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 11 # Offense count: 67 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 159 # Offense count: 9 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 27 # Offense count: 16 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/ClosingParenthesisIndentation: Enabled: false # Offense count: 24 Style/Documentation: Enabled: false # Offense count: 1 Style/DoubleNegation: Enabled: false # Offense count: 2 # Configuration parameters: NamePrefix, NamePrefixBlacklist. Style/PredicateName: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: MultiSpaceAllowedForOperators. Style/SpaceAroundOperators: Enabled: false
Version data entries
15 entries across 15 versions & 1 rubygems