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

Change subject: Updated RuboCop to the latest released version
......................................................................


Updated RuboCop to the latest released version

The new version has auto correct for a couple more offenses.

Change-Id: Ib1f9a9ab4a8e54e0467d252eb1a42ff66379389e
---
M .rubocop_todo.yml
M Gemfile
M Gemfile.lock
3 files changed, 12 insertions(+), 8 deletions(-)

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



diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 0a85b65..9342ea1 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config`
-# on 2015-08-28 13:27:54 +0200 using RuboCop version 0.33.0.
+# on 2015-11-12 12:47:47 +0100 using RuboCop version 0.35.1.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
@@ -16,7 +16,7 @@
   Exclude:
     - 'lib/mediawiki-vagrant/settings_definer.rb'
 
-# Offense count: 84
+# Offense count: 86
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
   Max: 129
@@ -65,6 +65,7 @@
     - 'lib/mediawiki-vagrant/setup.rb'
 
 # Offense count: 2
+# Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
 Style/Next:
   Exclude:
@@ -72,6 +73,7 @@
     - 'lib/mediawiki-vagrant/roles/info.rb'
 
 # Offense count: 2
+# Cop supports --auto-correct.
 Style/RescueModifier:
   Exclude:
     - 'Vagrantfile'
diff --git a/Gemfile b/Gemfile
index 5be63ab..21ed45f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@
   # https://github.com/mitchellh/vagrant/issues/5546
   gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.7.2'
 
-  gem 'rubocop', '~> 0.33.0', require: false
+  gem 'rubocop', '~> 0.35.1', require: false
   gem 'puppet-lint', '1.1.0'
   gem 'rake', '~> 10.4.2'
 end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1c0e515..4c60baa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -94,7 +94,7 @@
     nokogiri (1.6.3.1)
       mini_portile (= 0.6.0)
     nori (1.1.5)
-    parser (2.2.2.6)
+    parser (2.2.3.0)
       ast (>= 1.1, < 3.0)
     powerpack (0.1.1)
     pry (0.10.1)
@@ -129,12 +129,13 @@
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.2.0)
     rspec-support (3.2.0)
-    rubocop (0.33.0)
+    rubocop (0.35.1)
       astrolabe (~> 1.3)
-      parser (>= 2.2.2.5, < 3.0)
+      parser (>= 2.2.3.0, < 3.0)
       powerpack (~> 0.1)
       rainbow (>= 1.99.1, < 3.0)
-      ruby-progressbar (~> 1.4)
+      ruby-progressbar (~> 1.7)
+      tins (<= 1.6.0)
     ruby-progressbar (1.7.5)
     rubyntlm (0.1.1)
     savon (0.9.5)
@@ -148,6 +149,7 @@
     slop (3.6.0)
     timers (4.0.1)
       hitimes
+    tins (1.6.0)
     uuidtools (2.1.5)
     wasabi (1.0.0)
       nokogiri (>= 1.4.0)
@@ -173,6 +175,6 @@
   puppet-lint (= 1.1.0)
   rake (~> 10.4.2)
   rspec (~> 3.1, >= 3.1.0)
-  rubocop (~> 0.33.0)
+  rubocop (~> 0.35.1)
   vagrant!
   yard (~> 0.8, >= 0.8.7.6)

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib1f9a9ab4a8e54e0467d252eb1a42ff66379389e
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: jenkins-bot <>

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

Reply via email to