-
Notifications
You must be signed in to change notification settings - Fork 47
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 rubocop from 1.35.1 to 1.36.0 #441
Conversation
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.35.1...v1.36.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
9cb1e43
to
ae342e0
Compare
@rafaelfranca we already have |
bundle exec rake config:dump
test/fixtures/full_config.yml
Outdated
@@ -2355,6 +2357,7 @@ Style/CaseEquality: | |||
VersionAdded: '0.9' | |||
VersionChanged: '0.89' | |||
AllowOnConstant: true | |||
AllowOnSelfClass: false |
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.
-
AllowOnConstant
, which is enabled above, permitsSomeConstant === object
-
AllowOnSelfClass
if enabled, would permitself.class === object
Let's enable it. |
Bumps rubocop from 1.35.1 to 1.36.0.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
3b3c5f5
Cut 1.36ac98c75
Update Changelog78eb21e
Add a spec for server modeca5b3c3
Merge pull request #10984 from r7kamura/feature/modifier-exampleaad6aaa
Improve singleton method example onLint/UselessAccessModifier
cop2fb4c3c
Fix an error forrake prof:slow_cops
65cec7c
Merge pull request #10928 from r7kamura/feature/each3088078
Merge pull request #10981 from Tietew/fix_a_false_positive_for_style_redundan...0780cb5
Merge pull request #10932 from koic/use_official_jruby_image45403e3
[Fix #10979] Fix a false positive forStyle/Style/RedundantParentheses
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)