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

Change subject: [BrowserTest] RuboCop should not complain about number of lines 
in a method
......................................................................


[BrowserTest] RuboCop should not complain about number of lines in a method

Change-Id: I9d5f040c9a2da7a3d18e7cc62b79bc9274275274
---
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 bbb0089..3d08c55 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -2,3 +2,6 @@
 
 Metrics/ClassLength:
   Enabled: false
+
+Metrics/MethodLength:
+  Enabled: false
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index a45077f..2226b2b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -23,11 +23,6 @@
   Max: 398
 
 # Offense count: 3
-# Configuration parameters: CountComments.
-Metrics/MethodLength:
-  Max: 18
-
-# Offense count: 3
 # Configuration parameters: AllowedVariables.
 Style/GlobalVars:
   Enabled: false

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9d5f040c9a2da7a3d18e7cc62b79bc9274275274
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <cmcma...@wikimedia.org>
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