.rubocop_todo.yml in estella-0.2.1 vs .rubocop_todo.yml in estella-0.2.2

- old
+ new

@@ -1,26 +1,26 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-01-24 13:49:04 -0500 using RuboCop version 0.47.1. +# on 2017-01-25 11:50:14 -0500 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: 3 +# Offense count: 2 Metrics/AbcSize: Max: 24 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 94 + Max: 117 -# Offense count: 26 +# Offense count: 28 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: - Max: 131 + Max: 135 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 14