Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192311

Change subject: [BrowserTest] Define Rubocop LineLength as 100
......................................................................

[BrowserTest] Define Rubocop LineLength as 100

100 is the MediaWiki convention.

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


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/11/192311/1

diff --git a/.rubocop.yml b/.rubocop.yml
index 6de99f1..e1b4c5f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,3 +4,6 @@
   Include:
     - 'Gemfile'
     - '.docs/**/*.rb'
+
+Metrics/LineLength:
+  Max: 100
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ed02166..3102583 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -10,11 +10,6 @@
 Lint/UnusedMethodArgument:
   Enabled: false
 
-# Offense count: 1
-# Configuration parameters: AllowURI, URISchemes.
-Metrics/LineLength:
-  Max: 84
-
 # Offense count: 5
 Style/Documentation:
   Enabled: false

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99e6c8c0d02755582b97e7dc5a2022672f697b8e
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

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

Reply via email to