summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2019-08-18 08:59:17 -0400
committerGitHub <noreply@github.com>2019-08-18 08:59:17 -0400
commit04cd30af1362574a1adea53aae0008e5732ea994 (patch)
tree9cd7b61174cde9f72b3b5b1ba4a132d8d95cbef2 /.rubocop_todo.yml
parent1de19bff87e1f75192af2788e8ee47cda593ade2 (diff)
parent9b3209c8d9be7aff172327564f6c42427fa0f92d (diff)
downloadhashie-04cd30af1362574a1adea53aae0008e5732ea994.tar.gz
Merge pull request #481 from BobbyMcWho/480-implement-non-destructive-methods
Implement non-destructive standard Hash methods
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 ab2db99..bc15a46 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-07-17 09:23:49 -0400 using RuboCop version 0.52.1.
+# on 2019-08-13 23:33:30 -0400 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,13 +13,13 @@ Metrics/AbcSize:
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 221
+ Max: 266
# Offense count: 7
Metrics/CyclomaticComplexity:
Max: 11
-# Offense count: 19
+# Offense count: 18
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 28