Skip to content

Commit

Permalink
Merge pull request #12 from standardrb/updates-2023-08-16
Browse files Browse the repository at this point in the history
Updates rubocop-performance to 1.19.0
  • Loading branch information
camilopayan authored Aug 17, 2023
2 parents f49b86a + bfb32ce commit 3d1c689
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased

- Updates rubocop-performance from 1.18.0 to 1.19.0
- Leaves the new rule MapMethodChain disabled.

## [1.1.2]

- Fix inheritance of YAML files when specifying an unsupported Ruby
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
standard-performance (1.1.2)
lint_roller (~> 1.1)
rubocop-performance (~> 1.18.0)
rubocop-performance (~> 1.19.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,7 +16,7 @@ GEM
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.19.0)
mocktail (1.2.2)
parallel (1.23.0)
parser (3.2.2.3)
Expand All @@ -26,7 +26,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rexml (3.2.6)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand All @@ -39,7 +39,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.18.0)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
Expand Down
3 changes: 3 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Performance/IoReadlines:
Performance/MapCompact:
Enabled: false

Performance/MapMethodChain:
Enabled: false

Performance/MethodObjectAsBlock:
Enabled: false

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

spec.add_dependency "lint_roller", "~> 1.1"
spec.add_dependency "rubocop-performance", "~> 1.18.0"
spec.add_dependency "rubocop-performance", "~> 1.19.0"
end

0 comments on commit 3d1c689

Please sign in to comment.