Skip to content

Commit

Permalink
Regenerate .rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jul 19, 2018
1 parent b4e57ea commit 73eb3fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-06-28 10:59:56 -0400 using RuboCop version 0.50.0.
# on 2018-07-19 14:22:24 +0200 using RuboCop version 0.50.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
Expand All @@ -24,7 +24,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 15

# Offense count: 269
# Offense count: 278
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Expand All @@ -38,7 +38,7 @@ Metrics/MethodLength:
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 350
Max: 308

# Offense count: 6
# Configuration parameters: CountKeywordArgs.
Expand All @@ -55,6 +55,6 @@ Style/ClassVars:
- 'lib/stripe/stripe_object.rb'
- 'test/stripe/api_resource_test.rb'

# Offense count: 55
# Offense count: 56
Style/Documentation:
Enabled: false

0 comments on commit 73eb3fe

Please sign in to comment.