-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update rubocop requirement from ~> 0.88.0 to ~> 0.90.0 in /common #2496
Update rubocop requirement from ~> 0.88.0 to ~> 0.90.0 in /common #2496
Conversation
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.88.0...v0.90.0) Signed-off-by: dependabot[bot] <[email protected]>
This becomes important because of rubocop/rubocop-ast#113 rubocop-ast-0.4.0 breaks our CI. I think we'd rather roll rubocop forward than rubocop-ast back.
|
@feelepxyz @jurre AFAICT the biggest blocker here is Do we have any sense what our new target should be? The new default,
I'm tempted to:
Since the scope of (2) varies wildly based on the value picked in (1): does |
Seems ok, this has happened a few times already so cool with relaxing this a bit. |
reconsider `MissingSuper`, as there are plenty of hits in the first extension module we encountered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! 💯
Co-authored-by: Philip Harrison <[email protected]>
Human extension of Dependabot's start
Lint/MissingSuper
,Style/KeywordParametersOrder
,Style/OptionalBooleanParameter
,Style/StringConcatenation
disabledMetrics/PerceivedComplexity
, which changed calculation methods10
, from7
previously, or8
as the default in0.90.0
Style/SoleNestedConditional
corrections: look forif
/unless
in diffsUpdates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
95305ff
Cut 0.90eb04490
Merge pull request #8595 from marcandre/struct_autocorrect71c4818
Merge branch 'master' into struct_autocorrect6d781b0
Revert "Mark Cops and Formatters as private"f69a7a8
Merge pull request #8624 from Skipants/masterf877e02
FixStyle/CaseLikeIf
not properly handling overriden equality methods6cab599
Add workaround to avoid crash in Truffleruby (#8602)2b7607c
Fix an infinite loop error forLayout/EmptyLineBetweenDefs
31a921d
UseCop::Base
API forLayout
department [T-Z]6c05f69
UseCop::Base
API forLayout
department [N-S]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 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 ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)