Dduvall has uploaded a new change for review.

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

Change subject: Corrected Style/LeadingCommentSpace RuboCop offenses
......................................................................

Corrected Style/LeadingCommentSpace RuboCop offenses

Moved Ruby version and gemset specifications to .ruby-version and
.ruby-gemset files.

Change-Id: Ie87c92b5cf6323784cabd7b96f6bd43b24913b27
---
M .gitignore
M .rubocop_todo.yml
M Gemfile
3 files changed, 2 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium 
refs/changes/54/192354/1

diff --git a/.gitignore b/.gitignore
index 4fddfa4..6757424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
 .bundle
+.ruby-version
+.ruby-gemset
 /.yardoc/
 /doc/
 .gem
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 2749d85..a14a080 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -7,11 +7,6 @@
 
 # Offense count: 2
 # Cop supports --auto-correct.
-Style/LeadingCommentSpace:
-  Enabled: false
-
-# Offense count: 2
-# Cop supports --auto-correct.
 # Configuration parameters: PreferredDelimiters.
 Style/PercentLiteralDelimiters:
   Enabled: false
diff --git a/Gemfile b/Gemfile
index d089735..b4e2a20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,3 @@
-#ruby=ruby-2.1.5
-#ruby-gemset=mediawiki_selenium
-
 source "https://rubygems.org";
 
 gemspec

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie87c92b5cf6323784cabd7b96f6bd43b24913b27
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Dduvall <[email protected]>

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

Reply via email to