Skip to content

Commit

Permalink
Merge pull request #589 from standardrb/base64-rubocop-update
Browse files Browse the repository at this point in the history
Updates rubocop to 1.57.2
  • Loading branch information
camilopayan committed Nov 7, 2023
2 parents 883a92d + 71ccc9b commit eda5568
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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.57.2](https://github.com/rubocop/rubocop/releases/tag/v1.57.2)

## 1.31.2

* Updates rubocop to [1.52.4](https://github.com/rubocop/rubocop/releases/tag/v1.52.4)
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ PATH
standard (1.31.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
docile (1.4.0)
gimme (0.5.0)
json (2.6.3)
Expand All @@ -32,12 +31,11 @@ GEM
rake (13.0.6)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -78,4 +76,4 @@ DEPENDENCIES
standard!

BUNDLED WITH
2.3.26
2.4.21
3 changes: 3 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,9 @@ Style/SingleArgumentDig:
Style/SingleLineBlockParams:
Enabled: false

Style/SingleLineDoEndBlock:
Enabled: false

Style/SingleLineMethods:
Enabled: true
AllowIfMethodIsEmpty: false
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.56.4"
spec.add_dependency "rubocop", "~> 1.57.2"

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

0 comments on commit eda5568

Please sign in to comment.