summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMichael Herold <opensource@michaeljherold.com>2018-08-14 21:37:47 -0500
committerMichael Herold <opensource@michaeljherold.com>2018-08-14 21:37:47 -0500
commit6992fd1327f3aa3c443b97b698a1007b1d955bf1 (patch)
treea531e1b8731acb1898bc4e6843f7d8ae0a1de25a /.rubocop_todo.yml
parenta59d200849b1f579f4ff4369816ea7aeba295fd6 (diff)
downloadhashie-6992fd1327f3aa3c443b97b698a1007b1d955bf1.tar.gz
Update Rubocop todo
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index e4e05c7..5d3da74 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -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: