.rubocop_todo.yml in spacex-0.0.4 vs .rubocop_todo.yml in spacex-0.0.5

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-08-21 20:52:04 -0400 using RuboCop version 0.51.0. +# on 2018-08-21 21:48:44 -0400 using RuboCop version 0.51.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. @@ -20,18 +20,19 @@ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 247 -# Offense count: 2 +# Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 12 + Max: 11 -# Offense count: 3 +# Offense count: 4 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' + - 'lib/spacex/base_request.rb' - 'lib/spacex/company_info.rb' - 'lib/spacex/launches.rb' - 'lib/spacex/version.rb'