From: Guilhem Lettron Date: Sat, 5 Apr 2014 13:49:18 +0000 (+0200) Subject: Fix for rubocop 0.20 X-Git-Tag: v0.8.0~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=148f301f3c80e72f1c6da9c4a0aa2bb62f0c4330;p=ceph-cookbooks.git Fix for rubocop 0.20 --- diff --git a/.rubocop.yml b/.rubocop.yml index 21ecf52..0fde6a5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,11 +1,11 @@ AllCops: - Includes: + Include: - Berksfile - Gemfile - Rakefile - Thorfile - Guardfile - Excludes: + Exclude: - vendor/** ClassLength: diff --git a/Gemfile b/Gemfile index 54e4a7b..880bbed 100644 --- 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