Skip to content
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.31.1 to ~> 1.32.0 #539

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2022

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 1.32

New features

Bug fixes

  • #10824: Make Lint/DeprecatedClassMethods aware of ENV.clone and ENV.dup. (@​koic)
  • #10788: Relax Style/FetchEnvVar to allow ENV[] in LHS of ||. (@​j-miyake)
  • #10813: Fix recursive deletion to suppression in Lint/NonAtomicFileOperation. (@​ydah)
  • #10791: Fix an incorrect autocorrect for Style/Semicolon when using endless range before semicolon. (@​koic)
  • #10781: Fix a suggestions for safer conversions for Lint/NonAtomicFileOperation. (@​ydah)
  • #10263: Fix the value of Enabled leaking between configurations. (@​jonas054)

Changes

Changelog

Sourced from rubocop's changelog.

1.32.0 (2022-07-21)

New features

Bug fixes

  • #10824: Make Lint/DeprecatedClassMethods aware of ENV.clone and ENV.dup. ([@​koic][])
  • #10788: Relax Style/FetchEnvVar to allow ENV[] in LHS of ||. ([@​j-miyake][])
  • #10813: Fix recursive deletion to suppression in Lint/NonAtomicFileOperation. ([@​ydah][])
  • #10791: Fix an incorrect autocorrect for Style/Semicolon when using endless range before semicolon. ([@​koic][])
  • #10781: Fix a suggestions for safer conversions for Lint/NonAtomicFileOperation. ([@​ydah][])
  • #10263: Fix the value of Enabled leaking between configurations. ([@​jonas054][])

Changes

  • #10613: Allow autocorrecting with -P/--parallel and make it the default. ([@​jonas054][])
  • Add EnforcedStyle (leading/trailing) configuration to Layout::LineContinuationLeadingSpace. ([@​bquorning][])
  • #10784: Preserve multiline semantics on Style/SymbolArray and Style/WordArray. ([@​r7kamura][])
  • #10814: Avoid buffering stdout when running in server mode. ([@​ccutrer][])
  • #10817: Add autocorrect support for Style/SafeNavigationChain. ([@​r7kamura][])
  • #10810: Support safe navigation operator on Style/SymbolProc. ([@​r7kamura][])
  • #10803: Require RuboCop AST 1.9.1 or higher. ([@​koic][])

1.31.2 (2022-07-07)

Bug fixes

  • #10774: Fix false negatives in Style/DocumentationMethod when a public method is defined after a private one. ([@​Darhazer][])
  • #10764: Fix performance issue for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation. ([@​j-miyake][])
  • #10780: Fix an error when using rubocop:auto_correct deprecated custom rake task. ([@​koic][])
  • #10786: Fix a false positive for Lint/NonAtomicFileOperation when using complex conditional. ([@​koic][])
  • #10785: Fix a false negative for Style/RedundantParentheses when parens around a receiver of a method call with an argument. ([@​koic][])
  • #10026: Fix merging of array parameters in either parent of default config. ([@​jonas054][])

1.31.1 (2022-06-29)

Bug fixes

  • #10763: Fix a false positive for Layout/LineContinuationSpacing when using continuation keyword \ after __END__. ([@​koic][])
  • #10755: Fix a false positive for Lint/LiteralAsCondition when using a literal in case-in condition where the match variable is used in in are accepted as a pattern matching. ([@​koic][])
  • #10760: Fix a false positive for Lint/NonAtomicFileOperation when using FileTest.exist? with if condition that has else branch. ([@​koic][])
  • #10745: Require JSON 2.3 or higher to fix an incompatible JSON API error. ([@​koic][])
  • #10754: Fix an incorrect autocorrect for Style/HashExcept when using a non-literal collection receiver for include?. ([@​koic][])
  • #10751: Fix autocorrect for Layout/FirstHashElementIndentation. ([@​j-miyake][])

... (truncated)

Commits
  • 08fd23a Cut 1.32
  • 2f9a4d0 Update Changelog
  • dd11b7b [Fix #10788] Relax Style/FetchEnvVar to allow ENV[] in LHS of ||
  • 0124f73 [Fix rubocop#10813] Fix recursive deletion to suppression in `Lint/NonAtomicF...
  • 2f8d8c7 Merge pull request #10824 from koic/make_lint_deprecated_class_methods_aware_...
  • a6bc607 Make Lint/DeprecatedClassMethods aware of ENV.clone and ENV.dup
  • 2c4215f Add new Style/EmptyHeredoc cop
  • 992019e Merge pull request #10814 from ccutrer/server-fast-stdout
  • 997d66f [Doc] Syntax highlight for CONTRIBUTING.md
  • 83893ce Add autocorrect support for Style/SafeNavigationChain
  • Additional commits viewable in compare view

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)

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.31.1...v1.32.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2022

Codecov Report

Merging #539 (2390aaf) into main (54857c7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   90.81%   90.81%           
=======================================
  Files           8        8           
  Lines         577      577           
=======================================
  Hits          524      524           
  Misses         53       53           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54857c7...2390aaf. Read the comment docs.

@avdv avdv merged commit 86c5c31 into main Jul 23, 2022
@avdv avdv deleted the dependabot/bundler/rubocop-tw-1.32.0 branch July 23, 2022 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants