.rubocop_todo.yml in consyncful-0.6.2 vs .rubocop_todo.yml in consyncful-0.7.0
- old
+ new
@@ -1,47 +1,39 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2021-03-01 10:54:42 +1300 using RuboCop version 0.79.0.
+# on 2022-05-03 14:45:03 +1200 using RuboCop version 0.79.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: AllowInHeredoc.
-Layout/TrailingWhitespace:
- Exclude:
- - 'lib/consyncful/item_mapper.rb'
-
-# Offense count: 1
+# Offense count: 2
Metrics/AbcSize:
Max: 19
-# Offense count: 10
+# Offense count: 12
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
- Max: 175
+ Max: 211
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'lib/consyncful/railtie.rb'
- 'spec/consyncful/base_spec.rb'
-# Offense count: 3
+# Offense count: 1
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/consyncful.rb'
- - 'lib/consyncful/railtie.rb'
-# Offense count: 56
+# Offense count: 57
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 226