Zfilipin has uploaded a new change for review.

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

Change subject: QA: Fixed Lint/ParenthesesAsGroupedExpression RuboCop offense
......................................................................

QA: Fixed Lint/ParenthesesAsGroupedExpression RuboCop offense

Change-Id: If5562aa27fbfb34acb31a26a49ab774fda1291de
Paired-With: Chris McMahon
Bug: 63307
---
M .rubocop_todo.yml
M tests/browser/features/step_definitions/reply_moderation_steps.rb
2 files changed, 1 insertion(+), 5 deletions(-)


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

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4bbc0eb..52d152b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -6,10 +6,6 @@
 # versions of RuboCop, may require this file to be generated again.
 
 # Offense count: 1
-Lint/ParenthesesAsGroupedExpression:
-  Enabled: false
-
-# Offense count: 1
 # Cop supports --auto-correct.
 Lint/UnusedBlockArgument:
   Enabled: false
diff --git a/tests/browser/features/step_definitions/reply_moderation_steps.rb 
b/tests/browser/features/step_definitions/reply_moderation_steps.rb
index b45ea0f..aa7ebe8 100644
--- a/tests/browser/features/step_definitions/reply_moderation_steps.rb
+++ b/tests/browser/features/step_definitions/reply_moderation_steps.rb
@@ -16,6 +16,6 @@
   end
 end
 
-Then (/^the content of the 3rd comment should not be visible$/) do
+Then(/^the content of the 3rd comment should not be visible$/) do
   expect(on(FlowPage).third_reply_content_element).not_to be_visible
 end

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5562aa27fbfb34acb31a26a49ab774fda1291de
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