Skip to content

Commit

Permalink
Merge pull request #632 from standardrb/updates-11-06-2024
Browse files Browse the repository at this point in the history
Updates for June 11, 2024
  • Loading branch information
camilopayan authored Jun 11, 2024
2 parents fa89524 + 0acd919 commit 4f5de22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

* Updates rubocop to [1.64.1](https://github.com/rubocop/rubocop/releases/tag/v1.64.1)

## 1.36.0

* Updates rubocop to [1.63.5](https://github.com/rubocop/rubocop/releases/tag/v1.63.5)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
standard (1.36.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.63.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)

Expand All @@ -30,7 +30,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.63.5)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
6 changes: 6 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,9 @@ Style/Semicolon:
Style/Send:
Enabled: false

Style/SendWithLiteralMethodName:
Enabled: false

Style/SignalException:
Enabled: false

Expand Down Expand Up @@ -1724,6 +1727,9 @@ Style/Strip:
Style/StructInheritance:
Enabled: false

Style/SuperArguments:
Enabled: true

Style/SuperWithArgsParentheses:
Enabled: true

Expand Down
2 changes: 1 addition & 1 deletion standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_dependency "rubocop", "~> 1.63.0"
spec.add_dependency "rubocop", "~> 1.64.0"

spec.add_dependency "lint_roller", "~> 1.0"
spec.add_dependency "standard-custom", "~> 1.0.0"
Expand Down

0 comments on commit 4f5de22

Please sign in to comment.