summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
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