Dduvall has uploaded a new change for review.

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

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

Corrected Style/SpecialGlobalVars RuboCop offenses

Change-Id: I5fdcbd724f759caa0895075e47a7a86b5e44957a
---
M .rubocop_todo.yml
M mediawiki_selenium.gemspec
2 files changed, 1 insertion(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium 
refs/changes/58/192358/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 9393c64..d0c4906 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -5,11 +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.
-Style/SpecialGlobalVars:
-  Enabled: false
-
 # Offense count: 506
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, SupportedStyles.
diff --git a/mediawiki_selenium.gemspec b/mediawiki_selenium.gemspec
index 70c7d5c..c54c76d 100644
--- a/mediawiki_selenium.gemspec
+++ b/mediawiki_selenium.gemspec
@@ -24,7 +24,7 @@
   spec.bindir      = "bin"
   spec.executables << 'mediawiki-selenium-init'
 
-  spec.files         = `git ls-files`.split($/)
+  spec.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
   spec.require_paths = ["lib"]
 
   spec.add_runtime_dependency "cucumber", "~> 1.3", ">= 1.3.10"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5fdcbd724f759caa0895075e47a7a86b5e44957a
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