summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorBobby McDonald <bobbymcwho@gmail.com>2019-10-17 23:51:50 -0400
committerBobby McDonald <bobbymcwho@gmail.com>2019-10-17 23:55:45 -0400
commit6a965273845f64605e0e951ac113a4383f7e8af5 (patch)
tree56c0f813cefe071fdcc25756275636c58e8beb3b /.rubocop_todo.yml
parent20e5467188bb4b6ab4166a72c07ec2bc0b883fa0 (diff)
downloadhashie-6a965273845f64605e0e951ac113a4383f7e8af5.tar.gz
Change rubocop to allow 100 character lines.
For accessibility reasons, we should limit our lines to 100 chars max. https://github.com/slack-ruby/slack-ruby-client/pull/293#discussion_r309472083
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: