From 6992fd1327f3aa3c443b97b698a1007b1d955bf1 Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Tue, 14 Aug 2018 21:37:47 -0500 Subject: Update Rubocop todo --- .rubocop_todo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.rubocop_todo.yml') 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: -- cgit v1.2.1