.rubocop_todo.yml in slack-bot-manager-0.1.0pre2 vs .rubocop_todo.yml in slack-bot-manager-0.1.0pre3
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2016-02-07 01:40:37 -0500 using RuboCop version 0.36.0.
+# on 2016-02-07 14:23:26 -0500 using RuboCop version 0.36.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.
@@ -13,26 +13,31 @@
# Offense count: 4
Metrics/AbcSize:
Max: 90
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ClassLength:
+ Max: 108
+
# Offense count: 2
Metrics/CyclomaticComplexity:
Max: 13
-# Offense count: 13
+# Offense count: 17
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
Max: 120
-# Offense count: 6
+# Offense count: 9
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 43
-# Offense count: 1
+# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 113
# Offense count: 2
@@ -50,14 +55,14 @@
- 'lib/slack-bot-manager/errors.rb'
- 'lib/slack-bot-manager/extend.rb'
- 'lib/slack-bot-manager/logger.rb'
- 'lib/slack-bot-manager/manager/base.rb'
- 'lib/slack-bot-manager/manager/connection.rb'
- - 'lib/slack-bot-manager/manager/storage.rb'
- - 'lib/slack-bot-manager/manager/storage/dalli.rb'
- - 'lib/slack-bot-manager/manager/storage/redis.rb'
- 'lib/slack-bot-manager/manager/tokens.rb'
+ - 'lib/slack-bot-manager/storage.rb'
+ - 'lib/slack-bot-manager/storage/dalli.rb'
+ - 'lib/slack-bot-manager/storage/redis.rb'
# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
Style/FileName:
Exclude:
@@ -66,10 +71,10 @@
# Offense count: 1
Style/ModuleFunction:
Exclude:
- 'lib/slack-bot-manager/config.rb'
-# Offense count: 3
+# Offense count: 4
# Cop supports --auto-correct.
Style/RedundantSelf:
Exclude:
- 'lib/slack-bot-manager/config.rb'