Spage has uploaded a new change for review.

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

Change subject: Fix jenkins CI complaining of comments in Gemfile
......................................................................

Fix jenkins CI complaining of comments in Gemfile

Lifted from CirrusSearch.
Avoids (non-voting) failure in mwext-Flow-bundle-rubocop:
  02:52:14 Gemfile:1:1: C: Missing space after #.
  02:52:14 #ruby=ruby-2.1.1

Change-Id: I2e5c38047e5fc402e746c58c09b047d0e8e7ee3b
---
M .rubocop.yml
1 file changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/.rubocop.yml b/.rubocop.yml
index cc32da4..288c556 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1 +1,6 @@
 inherit_from: .rubocop_todo.yml
+
+# rubocop fix lifted from CirrusSearch/.rubocop.yml
+Style/LeadingCommentSpace:
+  Exclude:
+    - Gemfile  # RVM doesn't recognise spaces after the #s

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e5c38047e5fc402e746c58c09b047d0e8e7ee3b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>

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

Reply via email to