diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c26d4e4..af66757 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,11 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2015-03-27 03:03:45 +0200 using RuboCop version 0.29.1. +# on 2015-04-03 18:40:57 +0300 using RuboCop version 0.29.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: 20 +# Offense count: 21 Metrics/AbcSize: Max: 114 @@ -16,22 +16,22 @@ Metrics/BlockNesting: # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 471 + Max: 475 -# Offense count: 6 +# Offense count: 5 Metrics/CyclomaticComplexity: Max: 18 -# Offense count: 27 +# Offense count: 29 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 147 -# Offense count: 6 +# Offense count: 5 Metrics/PerceivedComplexity: Max: 20 -# Offense count: 3 +# Offense count: 4 Style/AccessorMethodName: Enabled: false