Skip to content

Commit

Permalink
Add rubocop-performance to the setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Apr 13, 2019
1 parent 6afeee2 commit 7b1d374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require: rubocop-performance

inherit_from: .rubocop_todo.yml

# Turn this off for now. CI checks different versions of ruby anyway.
Expand Down
1 change: 1 addition & 0 deletions ffi-openmpt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rubocop', '0.67.2'
spec.add_development_dependency 'rubocop-performance', '1.1.0'
end

0 comments on commit 7b1d374

Please sign in to comment.