Update Rubocop todo

This commit is contained in:
Michael Herold 2018-08-14 21:37:47 -05:00
parent a59d200849
commit 6992fd1327
No known key found for this signature in database
GPG Key ID: 70391C233DE2F014
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-11 15:53:09 -0500 using RuboCop version 0.52.1.
# on 2018-08-14 21:37:22 -0500 using RuboCop version 0.52.1.
# 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
@ -13,7 +13,7 @@ Metrics/AbcSize:
# Offense count: 58
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 620
Max: 626
# Offense count: 2
# Configuration parameters: CountComments.
@ -48,7 +48,7 @@ Style/IfUnlessModifier:
Exclude:
- 'lib/hashie/extensions/strict_key_access.rb'
# Offense count: 261
# Offense count: 263
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength: