Zfilipin has uploaded a new change for review.

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

Change subject: Fixed RuboCop failures in Rakefile
......................................................................

Fixed RuboCop failures in Rakefile

Bug: T117993
Change-Id: I4ec1c181ce6d28278f550684c86e0fdaea14b6a4
(cherry picked from commit 4d30685d29977e955464150092f525de5e2fed79)
---
A Rakefile
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/19/252219/1

diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..d5823fa
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,14 @@
+require "bundler/setup"
+
+require "rubocop/rake_task"
+RuboCop::RakeTask.new(:rubocop) do |task|
+  # if you use mediawiki-vagrant, rubocop will by default use it's .rubocop.yml
+  # the next line makes it explicit that you want .rubocop.yml from the 
directory
+  # where `bundle exec rake` is executed
+  task.options = ["-c", ".rubocop.yml"]
+end
+
+task default: [:test]
+
+desc "Run all build/tests commands (CI entry point)"
+task test: [:rubocop]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ec1c181ce6d28278f550684c86e0fdaea14b6a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: REL1_26
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