summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4a04087..f2cc4f7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,16 +1,16 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-10-10 00:07:29 -0400 using RuboCop version 0.52.1.
+# on 2020-10-02 23:12:27 -0300 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
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 7
+# Offense count: 9
Metrics/AbcSize:
Max: 23
-# Offense count: 7
+# Offense count: 8
Metrics/CyclomaticComplexity:
Max: 11
@@ -19,10 +19,10 @@ Metrics/CyclomaticComplexity:
Metrics/MethodLength:
Max: 28
-# Offense count: 5
+# Offense count: 6
Metrics/PerceivedComplexity:
Max: 10
-# Offense count: 41
+# Offense count: 44
Style/Documentation:
Enabled: false