Skip to content

Commit

Permalink
Merge pull request #126 from SonicGarden/0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Jan 12, 2023
2 parents cf9e0a0 + 802d5e2 commit 9bb92f2
Show file tree
Hide file tree
Showing 3 changed files with 11 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.12'.freeze
VERSION = '0.7.13'.freeze
end
9 changes: 9 additions & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,15 @@ Style/ConcatArrayLiterals: # new in 1.41
# https://docs.rubocop.org/rubocop/cops_style.html#styleredundantdoublesplathashbraces
Style/RedundantDoubleSplatHashBraces: # new in 1.41
Enabled: true
# https://docs.rubocop.org/rubocop/cops_lint.html#lintuselessrescue
Lint/UselessRescue: # new in 1.43
Enabled: true
# https://docs.rubocop.org/rubocop/cops_style.html#stylemaptoset
Style/MapToSet: # new in 1.42
Enabled: true
# https://docs.rubocop.org/rubocop/cops_style.html#styleminmaxcomparison
Style/MinMaxComparison: # new in 1.42
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.41.0'
spec.add_dependency 'rubocop', '~> 1.43.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 9bb92f2

Please sign in to comment.