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, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 0590878..4a04087 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -14,12 +14,6 @@ Metrics/AbcSize:
Metrics/CyclomaticComplexity:
Max: 11
-# Offense count: 1
-# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
-# URISchemes: http, https
-Metrics/LineLength:
- Max: 111
-
# Offense count: 18
# Configuration parameters: CountComments.
Metrics/MethodLength: