Skip to content

Commit

Permalink
Merge pull request #60 from bkw/rubocop-0.27
Browse files Browse the repository at this point in the history
update to rubocop 0.27, exclude Berksfile
  • Loading branch information
chris-rock committed Nov 3, 2014
2 parents d51c003 + 243a716 commit af37693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
AllCops:
Exclude:
- Berksfile
- vendor/**/*
- test/**/*
- metadata.rb
Expand All @@ -22,3 +23,5 @@ Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 29
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :test do
gem 'chefspec', '~> 4.1.1'
gem 'foodcritic', '~> 3.0'
gem 'thor-foodcritic'
gem 'rubocop', '~> 0.26.1'
gem 'rubocop', '~> 0.27.0'
gem 'coveralls', require: false
end

Expand Down

0 comments on commit af37693

Please sign in to comment.