Skip to content

Commit

Permalink
Merge pull request rubocop#44 from koic/use_edge_rubocop_for_development
Browse files Browse the repository at this point in the history
Use edge RuboCop for development
  • Loading branch information
koic committed Apr 22, 2019
2 parents fe20562 + a2342dd commit 07114ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
inherit_from: .rubocop_todo.yml
require:
- rubocop/cop/internal_affairs
- rubocop-performance
- rubocop-rspec

AllCops:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source 'https://rubygems.org'

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem 'rake'
gem 'rspec'
gem 'rubocop', github: 'rubocop-hq/rubocop'
gem 'rubocop-rspec', '~> 1.29.0'
gem 'yard', '~> 0.9'

0 comments on commit 07114ca

Please sign in to comment.