Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Follow up extracting Performance cop to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ta1kt0me committed May 31, 2019
1 parent 931fc71 commit ea50a76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/enabled.yml
@@ -1,3 +1,6 @@
require:
- rubocop-performance

AllCops:
# .ruby-version の指定と合わせるため指定しない
# TargetRubyVersion: ~
Expand Down
3 changes: 2 additions & 1 deletion forkwell_cop.gemspec
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0")
spec.require_paths = ['lib']

spec.add_dependency 'rubocop', '~> 0.56'
spec.add_dependency 'rubocop', '~> 0.68'
spec.add_dependency 'rubocop-performance', '~> 1.3.0'
spec.add_development_dependency 'bundler', '~> 1.13'
spec.add_development_dependency 'rake', '~> 10.0'
end

0 comments on commit ea50a76

Please sign in to comment.