Zfilipin has uploaded a new change for review.
https://gerrit.wikimedia.org/r/200558
Change subject: Fixed Style/AlignParameters RuboCop offense
......................................................................
Fixed Style/AlignParameters RuboCop offense
Bug: T94401
Change-Id: Ia3ae40105f7327b58eb8ce00304e6257a2a0c06c
---
M .rubocop_todo.yml
M tests/browser/features/step_definitions/login_steps.rb
2 files changed, 1 insertion(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/58/200558/1
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 5adedaa..1c8eced 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -5,12 +5,6 @@
# 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
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/AlignParameters:
- Enabled: false
-
# Offense count: 2
# Cop supports --auto-correct.
Style/LeadingCommentSpace:
diff --git a/tests/browser/features/step_definitions/login_steps.rb
b/tests/browser/features/step_definitions/login_steps.rb
index f2cbde8..3acad22 100644
--- a/tests/browser/features/step_definitions/login_steps.rb
+++ b/tests/browser/features/step_definitions/login_steps.rb
@@ -1,6 +1,6 @@
Given(/^I am using a global account$/) do
expect(api.meta('globaluserinfo').data).to_not include('missing'),
- 'the current acccount is not global'
+ 'the current acccount is not
global'
end
Given(/^I am logged in to the primary wiki domain$/) do
--
To view, visit https://gerrit.wikimedia.org/r/200558
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3ae40105f7327b58eb8ce00304e6257a2a0c06c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits