Skip to content

Commit

Permalink
Update RuboCop to version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed May 23, 2015
1 parent f5144e2 commit 196d902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
AllCops:
Exclude:
- '.kitchen'
Include:
- '**/*.gemspec'
- '**/*.podspec'
- '**/*.jbuilder'
- '**/*.rake'
- '**/Gemfile'
- '**/Rakefile'
- '**/Capfile'
- '**/Guardfile'
- '**/Podfile'
- '**/Thorfile'
- '**/Vagrantfile'
- '**/Berksfile'
- '**/Cheffile'
- '**/Vagabondfile'
- '**/*.rb.erb'
Metrics/ModuleLength:
Max: 118
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

group :style do
gem 'foodcritic', '= 4.0.0'
gem 'rubocop', '= 0.30.0'
gem 'rubocop', '= 0.31.0'
end

group :unit do
Expand Down

0 comments on commit 196d902

Please sign in to comment.