.rubocop_todo.yml in bcupgrade-0.1.4 vs .rubocop_todo.yml in bcupgrade-0.2.0
- old
+ new
@@ -1,25 +1,25 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-02-03 11:55:39 +0900 using RuboCop version 0.47.1.
+# on 2017-03-24 21:37:30 +0900 using RuboCop version 0.47.1.
# 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
Metrics/AbcSize:
- Max: 17
+ Max: 19
# Offense count: 2
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 88
+ Max: 92
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 22
+ Max: 23
# Offense count: 2
Style/Documentation:
Exclude:
- 'spec/**/*'