Zfilipin has uploaded a new change for review.

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

Change subject: QA: Update RuboCop configuration file for new RuboCop version
......................................................................

QA: Update RuboCop configuration file for new RuboCop version

Change-Id: Ia8cdac01dd5567c69cbb3390802620c189fc9ffb
Paired-With: Chris McMahon
Bug: 63307
---
M .rubocop_todo.yml
1 file changed, 22 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/42/171742/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d625ba7..3a51a5d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,9 +1,14 @@
 # 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-06 16:25:15 +0100 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: AlignWith, SupportedStyles.
+Lint/EndAlignment:
+  Enabled: false
 
 # Offense count: 1
 Lint/ParenthesesAsGroupedExpression:
@@ -17,7 +22,7 @@
 # Offense count: 1
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 170
+  Max: 165
 
 # Offense count: 66
 # Configuration parameters: AllowURI, URISchemes.
@@ -30,11 +35,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
@@ -48,9 +49,10 @@
 Style/EmptyLines:
   Enabled: false
 
-# Offense count: 1
+# Offense count: 2
 # Cop supports --auto-correct.
-Style/EmptyLinesAroundBody:
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+Style/EmptyLinesAroundClassBody:
   Enabled: false
 
 # Offense count: 1
@@ -58,14 +60,15 @@
 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: 2
 # Cop supports --auto-correct.
+# Configuration parameters: Width.
 Style/IndentationWidth:
   Enabled: false
 
@@ -79,12 +82,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:
@@ -96,14 +99,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
@@ -117,7 +115,7 @@
 Style/SpaceBeforeBlockBraces:
   Enabled: false
 
-# Offense count: 4
+# Offense count: 2
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles, 
EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
 Style/SpaceInsideBlockBraces:
@@ -129,23 +127,23 @@
 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
 
-# Offense count: 6
+# Offense count: 5
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/TrailingBlankLines:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8cdac01dd5567c69cbb3390802620c189fc9ffb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

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

Reply via email to