jenkins-bot has submitted this change and it was merged.

Change subject: Explicitly allow lines up to 100 chars in Rubocop
......................................................................


Explicitly allow lines up to 100 chars in Rubocop

According to
https://www.mediawiki.org/wiki/Manual:Coding_conventions/Ruby

Change-Id: If938720d48a8f5a17263a886bb94cd900b929b05
---
M .rubocop.yml
M .rubocop_todo.yml
2 files changed, 3 insertions(+), 5 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.rubocop.yml b/.rubocop.yml
index 00479d1..c04818e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -6,3 +6,6 @@
         - 'skins/**/*'
         - 'tests/frontend/node_modules/**/*'
         - 'vendor/**/*'
+
+Metrics/LineLength:
+  Max: 100
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 3edb126..90671fa 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -10,11 +10,6 @@
 Lint/UnusedMethodArgument:
   Enabled: false
 
-# Offense count: 19
-# Configuration parameters: AllowURI, URISchemes.
-Metrics/LineLength:
-  Max: 94
-
 # Offense count: 10
 Style/Documentation:
   Enabled: false

-- 
To view, visit https://gerrit.wikimedia.org/r/191616
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If938720d48a8f5a17263a886bb94cd900b929b05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to