]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Fix for rubocop 0.20
authorGuilhem Lettron <guilhem.lettron@gmail.com>
Sat, 5 Apr 2014 13:49:18 +0000 (15:49 +0200)
committerGuilhem Lettron <guilhem.lettron@gmail.com>
Sat, 5 Apr 2014 13:49:18 +0000 (15:49 +0200)
.rubocop.yml
Gemfile

index 21ecf52338ee188730cb29b6e4557acd1d874fcb..0fde6a5e604953d3c4b69a75ce80f972aafb782b 100644 (file)
@@ -1,11 +1,11 @@
 AllCops:
-  Includes:
+  Include:
     - Berksfile
     - Gemfile
     - Rakefile
     - Thorfile
     - Guardfile
-  Excludes:
+  Exclude:
     - vendor/**
 
 ClassLength:
diff --git a/Gemfile b/Gemfile
index 54e4a7ba338fd1d7ea6fdccc26d89bd33a25174b..880bbed4c3dada82b6782286c39cb30939edcc99 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gem 'berkshelf', '~> 2.0.10'
 
 group :test do
   gem 'foodcritic', '~> 3.0'
-  gem 'rubocop'
+  gem 'rubocop', '~> 0.20'
 end
 
 group :integration do