-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the rubocop group across 1 directory with 3 updates #1132
base: main
Are you sure you want to change the base?
Conversation
Bumps the rubocop group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.74.0 to 1.75.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.1) Updates `rubocop-performance` from 1.24.0 to 1.25.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.24.0...v1.25.0) Updates `rubocop-rails` from 2.30.3 to 2.31.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.30.3...v2.31.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Pull Request Test Coverage Report for Build 14187457025Details
💛 - Coveralls |
Bumps the rubocop group with 3 updates in the / directory: rubocop, rubocop-performance and rubocop-rails.
Updates
rubocop
from 1.74.0 to 1.75.1Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
Commits
3872dce
Cut 1.75.1b0999f3
Update Changelog3ed6feb
Renameallow_named_parameter
toonly_numbered_parameters
in `Style/ItBloc...784abb2
Merge pull request #14039 from lovro-bikic/adjust-raise-args-docs246dee9
Update Style/RaiseArgs docscf5e382
Reset the docs version9c2bc8e
Cut 1.7595ed987
Update Changelogf969e0d
Fix handling of long heredoc lines with SplitStrings enabled91fafeb
Fix comment autocorrection for Style/IfInsideElseUpdates
rubocop-performance
from 1.24.0 to 1.25.0Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
1a7fa7c
Cut 1.25.09bbcc52
Update Changelog9e5a10a
Merge pull request #496 from koic/support_itblock_in_performance_copscee374c
Supportit
block parameter inPerformance
cops300b997
Merge pull request #494 from dvandersluis/fixed-size-blocksd339b99
FixPerformance/FixedSize
false positive whencount
is called with a `num...b6a39f4
Merge pull request #493 from koic/fix_false_positives_for_performance_string_...8c368f6
[Fix #492] Fix false positives forPerformance/StringIdentifierArgument
d842831
Automate the process of GitHub release creationeb68f96
Merge pull request #488 from Earlopain/collection-literal-ruby34Updates
rubocop-rails
from 2.30.3 to 2.31.0Release notes
Sourced from rubocop-rails's releases.
Changelog
Sourced from rubocop-rails's changelog.
Commits
87dd3e3
Cut 2.31.085f2a72
Update Changelog6b32cfb
Merge pull request #1469 from hatsu38/fix-broken-Rails_ArelStar-adoc2420d70
Merge pull request #1471 from koic/support_itblock_in_rails_cops72155fd
Supportit
block parameter inRails
cops3fbbca6
Merge pull request #1460 from Earlopain/future-proof-rails-outputc222756
[Fix #1353] Fix incorrect escaping of asterisk in docs and comments930584a
Suppress RuboCop's offense8056bdc
Merge pull request #1467 from Earlopain/less-rails-extensions2c65962
Merge pull request #1466 from davidrunger/avoid-warnings-about-redefined-methodsDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions