Cmcmahon has submitted this change and it was merged.

Change subject: QA: really update rubocop todo
......................................................................


QA: really update rubocop todo

Change-Id: I7f48278e31f5c9a761716e5f605742215b624999
---
M .rubocop_todo.yml
1 file changed, 21 insertions(+), 25 deletions(-)

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



diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7240b16..0cf5a92 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,10 +1,19 @@
 # This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-10-21 13:08:55 +0200 using RuboCop version 0.26.1.
+# on 2014-11-07 11:17:24 -0700 using RuboCop version 0.27.0.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ClassLength:
+  Max: 165
+
+# Offense count: 66
+# Configuration parameters: AllowURI, URISchemes.
+Metrics/LineLength:
+  Max: 224
 
 # Offense count: 1
 # Cop supports --auto-correct.
@@ -12,11 +21,7 @@
 Style/BracesAroundHashParameters:
   Enabled: false
 
-# Offense count: 10
-Style/CaseEquality:
-  Enabled: false
-
-# Offense count: 2
+# Offense count: 1
 # Configuration parameters: Keywords.
 Style/CommentAnnotation:
   Enabled: false
@@ -31,23 +36,19 @@
   Enabled: false
 
 # Offense count: 1
-# Cop supports --auto-correct.
-Style/EmptyLinesAroundBody:
-  Enabled: false
-
-# Offense count: 1
 # Configuration parameters: AllowedVariables.
 Style/GlobalVars:
   Enabled: false
 
-# Offense count: 11
+# Offense count: 4
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/HashSyntax:
   Enabled: false
 
-# Offense count: 21
+# Offense count: 3
 # Cop supports --auto-correct.
+# Configuration parameters: Width.
 Style/IndentationWidth:
   Enabled: false
 
@@ -61,12 +62,12 @@
 Style/MethodCallParentheses:
   Enabled: false
 
-# Offense count: 9
+# Offense count: 2
 # Cop supports --auto-correct.
 Style/MultilineIfThen:
   Enabled: false
 
-# Offense count: 3
+# Offense count: 2
 # Cop supports --auto-correct.
 # Configuration parameters: AllowSafeAssignment.
 Style/ParenthesesAroundCondition:
@@ -78,14 +79,9 @@
 Style/Semicolon:
   Enabled: false
 
-# Offense count: 6
+# Offense count: 5
 # Cop supports --auto-correct.
 Style/SpaceAfterColon:
-  Enabled: false
-
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/SpaceAfterNot:
   Enabled: false
 
 # Offense count: 1
@@ -99,7 +95,7 @@
 Style/SpaceBeforeBlockBraces:
   Enabled: false
 
-# Offense count: 4
+# Offense count: 2
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles, 
EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
 Style/SpaceInsideBlockBraces:
@@ -111,18 +107,18 @@
 Style/SpaceInsideHashLiteralBraces:
   EnforcedStyle: no_space
 
-# Offense count: 77
+# Offense count: 21
 # Cop supports --auto-correct.
 Style/SpaceInsideParens:
   Enabled: false
 
-# Offense count: 103
+# Offense count: 111
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/StringLiterals:
   Enabled: false
 
-# Offense count: 55
+# Offense count: 2
 # Cop supports --auto-correct.
 Style/Tab:
   Enabled: false

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f48278e31f5c9a761716e5f605742215b624999
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <cmcma...@wikimedia.org>
Gerrit-Reviewer: Cmcmahon <cmcma...@wikimedia.org>
Gerrit-Reviewer: SG <shah...@gmail.com>
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