Skip to content

Commit

Permalink
Merge pull request #42 from bkw/updateRubocop
Browse files Browse the repository at this point in the history
Update rubocop
  • Loading branch information
chris-rock committed Oct 11, 2014
2 parents b1ca6a8 + 45214ad commit aea85a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MethodLength:
Max: 40
NumericLiterals:
MinDigits: 10
Style/CyclomaticComplexity:
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'chefspec', '~> 3.4'
gem 'foodcritic', '~> 3.0'
gem 'thor-foodcritic'
gem 'rake'
gem 'rubocop', '~> 0.23'
gem 'rubocop', '~> 0.26.1'

group :development do
gem 'guard'
Expand Down

0 comments on commit aea85a3

Please sign in to comment.