-
Notifications
You must be signed in to change notification settings - Fork 9
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 ~> 1.7.0 to ~> 1.10.0 #127
Conversation
ac7cf56
to
80f9e48
Compare
This seems like an ok change to go in. The new rules added don't look particularly problematic or divisive. If it turns out some are we're already planning to do a pre-release of the next version where this should be revealed. The new rules are:
|
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to 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@v1.7.0...v1.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: Kevin Dew <[email protected]>
80f9e48
to
c9b5038
Compare
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.
Thanks for listing them all out - made it much easier to review 🎖️. I think these are good as well, particularly the ones that emulate v3 warnings.
The only one I (personally) dislike is Lint/SymbolConversion
, as it's not clear why :'string'
is so much better / clearer than 'string'.to_sym
. I'd say the latter is more explicit, and thus easier to read. But I don't think it's a major issue.
Oh yeah - that one hadn't really caught my attention. Yeah I don't think it'll be a big concern, I find myself somewhat agreeing with your point but also feeling like using |
Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
9e8a5ee
Cut 1.1053d8723
Update Changelogdcd8b7d
Upgrade rubocop-rspec708eb90
Fix RSpec/StubbedMock offensesfcb3a94
Improve documentation for Style/EvalWithLocation cop6cdce3b
AddIgnoreModules
configuration toStyle/ConstantVisibility
07cd64c
[Fix #9349] Fix a false positive forLint/MultipleComparison
7e89008
[Fix #9513] Fix an incorrect auto-correct forStyle/HashConversion
2d3e1bc
[Fix #9403] Add autocorrect forStyle/EvalWithLocation
b2aa853
Fix a false negative forLint/ElseLayout
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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: