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

Change subject: Ignore Style/WordArray RuboCop offense
......................................................................


Ignore Style/WordArray RuboCop offense

Bug: T106220
Change-Id: I34cd2f96f270cb10ed7824ac4c9b32acdef88fce
---
M .rubocop.yml
M .rubocop_todo.yml
2 files changed, 3 insertions(+), 6 deletions(-)

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



diff --git a/.rubocop.yml b/.rubocop.yml
index 55c48a5..378cd96 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -42,3 +42,6 @@
 
 Style/TrivialAccessors:
   ExactNameMatch: true
+
+Style/WordArray:
+  Enabled: false
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c650861..278bfb5 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -169,9 +169,3 @@
     - 'lib/mediawiki-vagrant/config.rb'
     - 'lib/mediawiki-vagrant/hiera.rb'
     - 'lib/mediawiki-vagrant/roles/change.rb'
-
-# Offense count: 10
-# Cop supports --auto-correct.
-# Configuration parameters: WordRegex.
-Style/WordArray:
-  MinSize: 5

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I34cd2f96f270cb10ed7824ac4c9b32acdef88fce
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to