ShinyCMS-ruby
ShinyCMS-ruby copied to clipboard
Bump rubocop-performance from 1.11.3 to 1.14.3
Bumps rubocop-performance from 1.11.3 to 1.14.3.
Release notes
Sourced from rubocop-performance's releases.
RuboCop Performance 1.14.3
Bug fixes
- #296: Fix a false negative for
Performance/StringIdentifierArgumentwhen usinginstance_variable_defined?. (@koic)- #294: Fix a false negative for
Performance/ChainArrayAllocationwhen usingarray.first(do_something).uniq. (@koic)RuboCop Performance 1.14.2
Bug fixes
RuboCop Performance 1.14.1
Bug fixes
- #291: Fix
Performance/MapCompactautocorrect causing invalid syntax when using multilinemap { ... }.compactas an argument for an assignment method. (@QQism)RuboCop Performance 1.14.0
Bug fixes
- #289: Fix a false positive for
Performance/StringIdentifierArgumentwhen using namespaced class string argument. (@koic)- #288: Recover Ruby 2.4 code analysis using
TargetRubyVersion: 2.4. (@koic)Changes
RuboCop Performance 1.13.3
Bug fixes
- #285: Fix an error for
Performance/MapCompactwhen usingmap(&:do_something).compact.firstand there is a line break aftermap.compactand receiver. (@ydah)RuboCop Performance 1.13.2
Bug fixes
- #281: Fix an error for
Performance/BlockGivenWithExplicitBlockwhen using Ruby 3.1's anonymous block forwarding. (@koic)RuboCop Performance 1.13.1
Bug fixes
... (truncated)
Changelog
Sourced from rubocop-performance's changelog.
1.14.3 (2022-07-17)
Bug fixes
- #296: Fix a false negative for
Performance/StringIdentifierArgumentwhen usinginstance_variable_defined?. ([@koic][])- #294: Fix a false negative for
Performance/ChainArrayAllocationwhen usingarray.first(do_something).uniq. ([@koic][])1.14.2 (2022-06-08)
Bug fixes
1.14.1 (2022-06-05)
Bug fixes
- #291: Fix
Performance/MapCompactautocorrect causing invalid syntax when using multilinemap { ... }.compactas an argument for an assignment method. ([@QQism][])1.14.0 (2022-05-24)
Bug fixes
- #289: Fix a false positive for
Performance/StringIdentifierArgumentwhen using namespaced class string argument. ([@koic][])- #288: Recover Ruby 2.4 code analysis using
TargetRubyVersion: 2.4. ([@koic][])Changes
1.13.3 (2022-03-05)
Bug fixes
- #285: Fix an error for
Performance/MapCompactwhen usingmap(&:do_something).compact.firstand there is a line break aftermap.compactand receiver. ([@ydah][])1.13.2 (2022-01-16)
Bug fixes
- #281: Fix an error for
Performance/BlockGivenWithExplicitBlockwhen using Ruby 3.1's anonymous block forwarding. ([@koic][])1.13.1 (2022-01-01)
Bug fixes
1.13.0 (2021-12-25)
... (truncated)
Commits
6a75a99Cut 1.14.3e4616cfUpdate Changelogac7cebaMerge pull request #296 from koic/fix_a_false_negative_for_performance_string...9dbfdd4Fix a false negative forPerformance/StringIdentifierArgument36065b7SuppressLint/NonAtomicFileOperationoffensebb804c8Suppress RuboCop offensesc1f2f6bMerge pull request #295 from ydah/change_suggest_rake_task_warning265caa9Change command for the rake task with arguments to a style that can also be u...fd8c7e3Merge pull request #294 from koic/fix_false_negative_for_performance_chain_ar...6777b43Add settings toNaming/InclusiveLanguage- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)