diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 892cdf3da..e9fbfc91b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2019-03-20 12:08:09 -0600 using RuboCop version 0.65.0. +# on 2019-04-08 21:22:38 +0200 using RuboCop version 0.67.2. # 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 @@ -10,7 +10,7 @@ Metrics/AbcSize: Max: 67 -# Offense count: 5 +# Offense count: 4 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 233 @@ -19,7 +19,7 @@ Metrics/ClassLength: Metrics/CyclomaticComplexity: Max: 16 -# Offense count: 47 +# Offense count: 48 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 48