Stan has uploaded a new change for review.

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

Change subject: regenerate rubocop todo
......................................................................

regenerate rubocop todo

Bug: T75898
Change-Id: I6007b24695b1814e022c2dbd5d0e041bc72a80e7
---
M .rubocop_todo.yml
1 file changed, 46 insertions(+), 60 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium 
refs/changes/60/179460/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d610c19..8faa76b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,16 +1,16 @@
 # This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-10-20 16:46:25 +0200 using RuboCop version 0.26.1.
+# on 2014-12-09 15:44:54 +0000 using RuboCop version 0.26.1.
 # 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
+# Offense count: 4
 # Cop supports --auto-correct.
 Lint/UnusedBlockArgument:
   Enabled: false
 
-# Offense count: 4
+# Offense count: 6
 # Cop supports --auto-correct.
 Lint/UnusedMethodArgument:
   Enabled: false
@@ -19,55 +19,51 @@
 Lint/UselessAccessModifier:
   Enabled: false
 
-# Offense count: 2
-Metrics/CyclomaticComplexity:
-  Max: 16
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ClassLength:
+  Max: 139
 
-# Offense count: 36
+# Offense count: 72
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
   Max: 187
 
-# Offense count: 2
+# Offense count: 5
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
-  Max: 37
-
-# Offense count: 2
-Metrics/PerceivedComplexity:
-  Max: 17
+  Max: 18
 
 # Offense count: 1
-Style/AccessorMethodName:
-  Enabled: false
+Metrics/PerceivedComplexity:
+  Max: 8
 
-# Offense count: 5
+# Offense count: 1
 # Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/AndOr:
+Style/Alias:
   Enabled: false
 
-# Offense count: 3
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/BarePercentLiterals:
-  Enabled: false
-
-# Offense count: 13
+# Offense count: 10
 # Cop supports --auto-correct.
 Style/BlockComments:
   Enabled: false
 
-# Offense count: 1
+# Offense count: 5
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/ClassAndModuleChildren:
   Enabled: false
 
-# Offense count: 10
+# Offense count: 21
 Style/Documentation:
   Enabled: false
 
-# Offense count: 8
+# Offense count: 6
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+Style/DotPosition:
+  Enabled: false
+
+# Offense count: 1
 # Cop supports --auto-correct.
 # Configuration parameters: AllowAdjacentOneLineDefs.
 Style/EmptyLineBetweenDefs:
@@ -78,12 +74,12 @@
 Style/EmptyLines:
   Enabled: false
 
-# Offense count: 1
+# Offense count: 4
 # Cop supports --auto-correct.
 Style/EmptyLinesAroundBody:
   Enabled: false
 
-# Offense count: 7
+# Offense count: 2
 # Configuration parameters: AllowedVariables.
 Style/GlobalVars:
   Enabled: false
@@ -93,37 +89,15 @@
 Style/GuardClause:
   Enabled: false
 
-# Offense count: 12
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/HashSyntax:
-  Enabled: false
-
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/IndentationWidth:
-  Enabled: false
-
 # Offense count: 2
 # Cop supports --auto-correct.
 Style/LeadingCommentSpace:
   Enabled: false
 
-# Offense count: 3
-# Cop supports --auto-correct.
-Style/NilComparison:
-  Enabled: false
-
-# Offense count: 5
+# Offense count: 2
 # Cop supports --auto-correct.
 # Configuration parameters: PreferredDelimiters.
 Style/PercentLiteralDelimiters:
-  Enabled: false
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/PercentQLiterals:
   Enabled: false
 
 # Offense count: 2
@@ -131,30 +105,42 @@
 Style/RedundantSelf:
   Enabled: false
 
-# Offense count: 1
+# Offense count: 3
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/SignalException:
   Enabled: false
 
-# Offense count: 6
+# Offense count: 2
 # Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, 
SupportedStyles.
-Style/SpaceInsideHashLiteralBraces:
-  Enabled: false
+# Configuration parameters: EnforcedStyle, SupportedStyles, 
EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
+Style/SpaceInsideBlockBraces:
+  Enabled: true
 
 # Offense count: 1
 # Cop supports --auto-correct.
 Style/SpecialGlobalVars:
   Enabled: false
 
-# Offense count: 192
+# Offense count: 453
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
 Style/StringLiterals:
   Enabled: false
 
-# Offense count: 3
+# Offense count: 1
+# Cop supports --auto-correct.
+# Configuration parameters: IgnoredMethods.
+Style/SymbolProc:
+  Enabled: false
+
+# Offense count: 6
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
+Style/TrailingComma:
+  Enabled: false
+
+# Offense count: 2
 # Cop supports --auto-correct.
 Style/UnneededPercentQ:
   Enabled: false

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6007b24695b1814e022c2dbd5d0e041bc72a80e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Stan <tris...@saticed.me.uk>

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

Reply via email to