Bump rubocop-performance from 1.13.3 to 1.16.0 by dependabot[bot] · Pull Request #90 · jsdeveloperpro/explore
Bumps rubocop-performance from 1.13.3 to 1.16.0.
Release notes
Sourced from rubocop-performance's releases.
RuboCop Performance 1.16.0
Changes
- #332: Register offenses for variables against regexes in
Performance/StringInclude. (@fatkodima)RuboCop Performance 1.15.2
Bug fixes
- #313: Fix a false negative for
Performance/RedundantStringCharswhen usingstr.chars.lastwithout argument. (@koic)- #321: Fix a false positive for
Performance/Sumwhen usingTargetRubyVersionis 2.3 or lower. (@koic)- #314: Fix
Performance/RegexpMatchto handle::Regexp. (@fatkodima)Changes
- #318: Extend
Performance/StringIncludeto handle!~. (@fatkodima)RuboCop Performance 1.15.1
Bug fixes
- #309: Fix an error for
Performance/MapCompactwhen usingmap(&:do_something).compactand there is a line break aftermap.compactand assigning with||=. (@koic)Changes
- #307: Support autocorrection even if
rejectis used onPerformance/Count. (@r7kamura)RuboCop Performance 1.15.0
New features
- #305: Support numbered parameter for
Performance/RedundantSortBlock,Performance/SortReverse, andPerformance/TimesMapcops. (@koic)Bug fixes
- #299: Fix incorrect documentation URLs when using
rubocop --show-docs-url. (@r7kamura)Changes
- #297: Support autocorrection on
Performance/RedundantMatchwhen receiver is a Regexp literal. (@r7kamura)RuboCop Performance 1.14.3
... (truncated)
Changelog
Sourced from rubocop-performance's changelog.
1.16.0 (2023-02-06)
Changes
- #332: Register offenses for variables against regexes in
Performance/StringInclude. ([@fatkodima][])1.15.2 (2022-12-25)
Bug fixes
- #313: Fix a false negative for
Performance/RedundantStringCharswhen usingstr.chars.lastwithout argument. ([@koic][])- #321: Fix a false positive for
Performance/Sumwhen usingTargetRubyVersionis 2.3 or lower. ([@koic][])- #314: Fix
Performance/RegexpMatchto handle::Regexp. ([@fatkodima][])Changes
- #318: Extend
Performance/StringIncludeto handle!~. ([@fatkodima][])1.15.1 (2022-11-16)
Bug fixes
- #309: Fix an error for
Performance/MapCompactwhen usingmap(&:do_something).compactand there is a line break aftermap.compactand assigning with||=. ([@koic][])Changes
- #307: Support autocorrection even if
rejectis used onPerformance/Count. ([@r7kamura][])1.15.0 (2022-09-10)
New features
- #305: Support numbered parameter for
Performance/RedundantSortBlock,Performance/SortReverse, andPerformance/TimesMapcops. ([@koic][])Bug fixes
- #299: Fix incorrect documentation URLs when using
rubocop --show-docs-url. ([@r7kamura][])Changes
- #297: Support autocorrection on
Performance/RedundantMatchwhen receiver is a Regexp literal. ([@r7kamura][])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)
... (truncated)
Commits
d8712aaCut 1.16.0a9bdc29Update Changelogc2c623eMerge pull request #332 from fatkodima/string-include-variables8fafbe4Use RuboCop RSpec 2.183cdb861Merge pull request #337 from ekohl/fix-reflect-warning83b47e3[Fix #336] Expand the safety warning on Performance/Detecta28bd39Add a flagged term to catch a typo1b060ffMake default indentation consistent8329141Apply concurrency for GHA workflowpull_requestsenvents onlyf911b48Merge pull request #330 from ydah/use_concurrency- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)