Skip to content

Commit

Permalink
Merge pull request #47 from 4-20ma/issue_44_update_rubocop_v0280
Browse files Browse the repository at this point in the history
Fix #44 Update rubocop to v0.28.0
  • Loading branch information
4-20ma committed Dec 24, 2014
2 parents 1aa268f + 7661c5c commit f5d3e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -20,3 +20,9 @@ SingleSpaceBeforeFirstArg:

UnusedBlockArgument:
Enabled: false

Metrics/AbcSize:
Max: 19

Style/EmptyLinesAroundBlockBody:
Enabled: false
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :test do
gem 'berkshelf', '~> 3.2.2'
gem 'chefspec', '~> 4.1.1'
gem 'foodcritic', '~> 4.0.0'
gem 'rubocop', '~> 0.24.1'
gem 'rubocop', '~> 0.28.0'
end # group

group :integration do
Expand Down

0 comments on commit f5d3e15

Please sign in to comment.