Skip to content

Commit

Permalink
Merge pull request #122 from SonicGarden/0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Dec 12, 2022
2 parents 7155112 + 1508993 commit cef5ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sgcop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sgcop
VERSION = '0.7.9'.freeze
VERSION = '0.7.10'.freeze
end
6 changes: 6 additions & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,12 @@ Style/RedundantStringEscape: # new in 1.37
# https://docs.rubocop.org/rubocop/cops_style.html#styleredundanteach
Style/RedundantEach: # new in 1.38
Enabled: true
# https://docs.rubocop.org/rubocop/cops_style.html#stylearrayintersect
Style/ArrayIntersect: # new in 1.40
Enabled: true
# https://docs.rubocop.org/rubocop/cops_style.html#styleredundantconstantbase
Style/RedundantConstantBase: # new in 1.40
Enabled: true

# ============================================================
# Lint
Expand Down
2 changes: 1 addition & 1 deletion sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.9'
spec.add_development_dependency 'debug'
spec.add_dependency 'rubocop', '~> 1.39.0'
spec.add_dependency 'rubocop', '~> 1.40.0'
spec.add_dependency 'rubocop-performance', '~> 1.15.0'
spec.add_dependency 'rubocop-rails', '~> 2.17.0'
spec.add_dependency 'rubocop-rake', '~> 0.6.0'
Expand Down

0 comments on commit cef5ec5

Please sign in to comment.