Skip to content

Commit

Permalink
Merge f69a4cc into dc039f0
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed May 2, 2022
2 parents dc039f0 + f69a4cc commit ec23b03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Code Climate configuration file.
# https://docs.codeclimate.com/docs/advanced-configuration
#
# IMPORTANT: Code Climate does not support custom Rubocop config like Standard.rb.
# That is why Code Climate badge shows failures all the time.
# https://github.com/codeclimate/codeclimate-rubocop/issues/131
#
version: 2

plugins:
Expand Down
4 changes: 1 addition & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ require:
#
- rubocop-rspec
##
# 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
# NOTE: `rubocop-performance' is automatically bundled with Standard.
#
- rubocop-performance
##
Expand Down
1 change: 0 additions & 1 deletion basic_temperature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 ec23b03

Please sign in to comment.