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

Change subject: Fixed Style/SpaceAfterComma RuboCop offense
......................................................................


Fixed Style/SpaceAfterComma RuboCop offense

Change-Id: I55d73cc65d3cfb365a6490fe2e421aba8e6462be
Paired-With: Baochuan Lu
Bug: 63307
---
M .rubocop_todo.yml
M tests/browser/features/step_definitions/aftv5_steps.rb
2 files changed, 1 insertion(+), 6 deletions(-)

Approvals:
  Matthias Mullie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index efec294..8079646 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -21,11 +21,6 @@
 
 # Offense count: 1
 # Cop supports --auto-correct.
-Style/SpaceAfterComma:
-  Enabled: false
-
-# Offense count: 1
-# Cop supports --auto-correct.
 Style/SpaceInsideRangeLiteral:
   Enabled: false
 
diff --git a/tests/browser/features/step_definitions/aftv5_steps.rb 
b/tests/browser/features/step_definitions/aftv5_steps.rb
index c13de23..2c182f0 100644
--- a/tests/browser/features/step_definitions/aftv5_steps.rb
+++ b/tests/browser/features/step_definitions/aftv5_steps.rb
@@ -60,7 +60,7 @@
 end
 Then(/^I can enter and save text$/) do
   on(AFTv5Page) do |page|
-    @input_string = "Automated test did this #{('a' .. 
'z').to_a.shuffle[0,10].join}"
+    @input_string = "Automated test did this #{('a' .. 'z').to_a.shuffle[0, 
10].join}"
     page.input_area_element.send_keys "Hello from #{@input_string}"
     page.post_feedback_element.when_present.click
     page.wait_until(10) do

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I55d73cc65d3cfb365a6490fe2e421aba8e6462be
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>
Gerrit-Reviewer: Cmcmahon <cmcma...@wikimedia.org>
Gerrit-Reviewer: Dduvall <dduv...@wikimedia.org>
Gerrit-Reviewer: Lubaochuan <lubaoch...@gmail.com>
Gerrit-Reviewer: Matthias Mullie <mmul...@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