.rubocop_todo.yml in spacex-0.0.6 vs .rubocop_todo.yml in spacex-0.0.7
- old
+ new
@@ -1,39 +1,24 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-08-22 09:37:39 -0400 using RuboCop version 0.51.0.
+# on 2018-10-05 18:26: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.
-# Offense count: 1
-Lint/AmbiguousOperator:
+# Offense count: 4
+Lint/ParenthesesAsGroupedExpression:
Exclude:
- - 'spec/spacex/launches_spec.rb'
+ - 'spec/spacex/dragon_capsules_spec.rb'
+ - 'spec/spacex/ships_spec.rb'
-# Offense count: 5
+# Offense count: 13
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 71
+ Max: 100
-# Offense count: 26
+# Offense count: 42
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 494
-
-# Offense count: 1
-# Configuration parameters: CountComments.
-Metrics/MethodLength:
- Max: 11
-
-# 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'