Skip to content

Commit

Permalink
T-93: Specify dependency on Rubocop Performance explicitly (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed May 2, 2022
1 parent b527855 commit dc039f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ require:
#
- rubocop-rspec
##
# NOTE: `rubocop-performance' is automatically bundled with Standard.
# An extension of RuboCop focused on code performance checks (required by Standard.rb).
# https://github.com/rubocop/rubocop-performance
# https://github.com/testdouble/standard/blob/main/standard.gemspec#L23
#
- rubocop-performance
##
Expand Down
1 change: 1 addition & 0 deletions basic_temperature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rerun"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop"
spec.add_development_dependency "rubocop-performance"
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "standard"
spec.add_development_dependency "sdoc"
Expand Down

0 comments on commit dc039f0

Please sign in to comment.