.rubocop_todo.yml in spacex-0.0.3 vs .rubocop_todo.yml in spacex-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-08-20 14:17:26 -0400 using RuboCop version 0.51.0.
+# on 2018-08-21 20:52:04 -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.
@@ -14,23 +14,24 @@
# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 71
-# Offense count: 24
+# Offense count: 25
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
- Max: 150
+ Max: 247
-# Offense count: 1
+# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 12
-# Offense count: 2
+# Offense count: 3
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
+ - 'lib/spacex/company_info.rb'
- 'lib/spacex/launches.rb'
- 'lib/spacex/version.rb'