From 6a965273845f64605e0e951ac113a4383f7e8af5 Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Thu, 17 Oct 2019 23:51:50 -0400 Subject: 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 --- .rubocop_todo.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.rubocop_todo.yml') 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: -- cgit v1.2.1