.rubocop_todo.yml in gris-0.4.6 vs .rubocop_todo.yml in gris-0.4.7
- old
+ new
@@ -1,7 +1,8 @@
-# This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-08-17 12:39:38 -0400 using RuboCop version 0.31.0.
+# This configuration was generated by
+# `rubocop --auto-gen-config`
+# on 2015-08-21 11:50:50 -0400 using RuboCop version 0.33.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.
@@ -9,51 +10,68 @@
# Cop supports --auto-correct.
# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
Lint/EndAlignment:
Enabled: false
-# Offense count: 6
+# Offense count: 2
+Lint/NestedMethodDefinition:
+ Exclude:
+ - 'lib/gris/output_formatters/paginated_presenter.rb'
+
+# Offense count: 5
Metrics/AbcSize:
- Max: 33
+ Max: 38
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 112
-# Offense count: 2
+# Offense count: 3
Metrics/CyclomaticComplexity:
Max: 11
-# Offense count: 74
+# Offense count: 83
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 159
-# Offense count: 11
+# Offense count: 9
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 33
+ Max: 32
# Offense count: 16
+# Cop supports --auto-correct.
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
Enabled: false
-# Offense count: 27
+# Offense count: 29
Style/Documentation:
Enabled: false
-# Offense count: 1
+# Offense count: 2
Style/DoubleNegation:
- Enabled: false
+ Exclude:
+ - 'lib/gris/generators/migration_generator.rb'
+ - 'lib/gris/output_formatters/presenter_link_helpers.rb'
# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
- Enabled: false
+ Exclude:
+ - 'lib/gris/generators/migration_generator.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: MultiSpaceAllowedForOperators.
Style/SpaceAroundOperators:
- Enabled: false
+ Exclude:
+ - 'gris.gemspec'
+
+# Offense count: 2
+# Cop supports --auto-correct.
+# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
+Style/TrivialAccessors:
+ Exclude:
+ - 'lib/gris/generators/migration_generator.rb'