.rubocop_todo.yml in spacex-0.0.5 vs .rubocop_todo.yml in spacex-0.0.6
- old
+ new
@@ -1,38 +1,39 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-08-21 21:48:44 -0400 using RuboCop version 0.51.0.
+# on 2018-08-22 09:37:39 -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.
# Offense count: 1
Lint/AmbiguousOperator:
Exclude:
- 'spec/spacex/launches_spec.rb'
-# Offense count: 3
+# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 71
-# Offense count: 25
+# Offense count: 26
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
- Max: 247
+ Max: 494
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 11
-# Offense count: 4
+# Offense count: 5
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/spacex/base_request.rb'
- 'lib/spacex/company_info.rb'
- 'lib/spacex/launches.rb'
+ - 'lib/spacex/roadster.rb'
- 'lib/spacex/version.rb'