.rubocop_todo.yml in grape-0.9.0 vs .rubocop_todo.yml in grape-0.10.0

- old
+ new

@@ -1,65 +1,126 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2014-08-12 13:16:39 +0200 using RuboCop version 0.24.1. +# on 2014-12-16 11:52:50 -0500 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: 28 +# Offense count: 29 # Cop supports --auto-correct. Lint/UnusedBlockArgument: Enabled: false -# Offense count: 30 +# Offense count: 26 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false -# Offense count: 5 +# Offense count: 35 +Metrics/AbcSize: + Max: 50 + +# Offense count: 1 +Metrics/BlockNesting: + Max: 4 + +# Offense count: 4 +# Configuration parameters: CountComments. +Metrics/ClassLength: + Max: 243 + +# Offense count: 15 +Metrics/CyclomaticComplexity: + Max: 19 + +# Offense count: 545 +# Configuration parameters: AllowURI, URISchemes. +Metrics/LineLength: + Max: 198 + +# Offense count: 42 +# Configuration parameters: CountComments. +Metrics/MethodLength: + Max: 35 + +# Offense count: 13 +Metrics/PerceivedComplexity: + Max: 21 + +# Offense count: 26 # Cop supports --auto-correct. +Style/Blocks: + Enabled: false + +# Offense count: 6 +# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassCheck: Enabled: false -# Offense count: 6 +# Offense count: 157 +Style/Documentation: + Enabled: false + +# Offense count: 7 +Style/DoubleNegation: + Enabled: false + +# Offense count: 5 Style/EachWithObject: Enabled: false -# Offense count: 11 +# Offense count: 1 +Style/EmptyElse: + Enabled: false + +# Offense count: 14 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false -# Offense count: 1 +# Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/HashSyntax: Enabled: false -# Offense count: 14 +# Offense count: 15 # Cop supports --auto-correct. Style/IndentArray: Enabled: false -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/IndentHash: - Enabled: true +# Offense count: 18 +Style/Lambda: + Enabled: false -# Offense count: 3 -# Configuration parameters: EnforcedStyle, SupportedStyles. +# Offense count: 1 +# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. Style/Next: Enabled: false -# Offense count: 2 +# Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Enabled: false -# Offense count: 1 +# Offense count: 3 +# Configuration parameters: NamePrefix, NamePrefixBlacklist. +Style/PredicateName: + Enabled: false + +# Offense count: 9 +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/RaiseArgs: + Enabled: false + +# Offense count: 4 +# Configuration parameters: MaxSlashes. +Style/RegexpLiteral: + Enabled: false + +# Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: Enabled: false