Skip to content

Commit

Permalink
Add rubocop performance linting.
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
hainesr committed Oct 26, 2020
1 parent 1d2b77d commit f08ee44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require: rubocop-performance
inherit_from: .rubocop_todo.yml

AllCops:
Expand Down
1 change: 1 addition & 0 deletions mos6502.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rubocop', '0.93.0'
s.add_development_dependency 'rubocop-performance', '1.8.1'
end

0 comments on commit f08ee44

Please sign in to comment.