aws-kms-ruby-encrypt-decrypt-example
aws-kms-ruby-encrypt-decrypt-example copied to clipboard
Bump rubocop from 1.31.2 to 1.33.0
Bumps rubocop from 1.31.2 to 1.33.0.
Release notes
Sourced from rubocop's releases.
RuboCop 1.33
Bug fixes
- #10830: Fix an incorrect autocorrect for
Layout/FirstArgumentIndentationwhen specifyingEnforcedStyle: with_fixed_indentationofLayout/ArgumentAlignmentandEnforcedStyle: consistentofLayout/FirstArgumentIndentationand enablingLayout/FirstMethodArgumentLineBreak. (@koic)- #10825: Fix an incorrect autocorrect for
Style/ClassAndModuleChildrenwhen using nested one-liner class. (@koic)- #10843: Fix a false positive for
Style/HashExceptwhen usingrejectand callinginclude?method with symbol array and second block value. (@koic)- #10853: Fix an autocorrect for
Style/RedundantSortwith logical operator. (@ydah)- #10842: Make server mode aware of
CacheRootDirectoryconfig option value,RUBOCOP_CACHE_ROOT, andXDG_CACHE_HOMEenvironment variables. (@koic)- #10833: Fix an incorrect autocorrect for
Style/RedundantConditionwhen branches contains arithmetic operation. (@koic)- #10864: Fix a false positive for
Style/SymbolProcwhen usingHash#reject. (@koic)- #10771: Make server mode aware of
--cache-rootcommand line option. (@koic)- #10831: Fix an error when using
changed_parametersin obsoletion.yml by external library. (@koic)- #10850: Fix
Style/ClassEqualityComparisonautocorrection within module. (@r7kamura)- #10832: Fix an incorrect autocorrect for
Layout/BlockEndNewlinewhen multiline block}is not on its own line and using heredoc argument. (@koic)Changes
- #10841: Don't hash shared libraries for cache key. (
@ChrisBr)- #10862: Add autocorrection to
Lint/EmptyConditionalBody. (@dvandersluis)- #10829: Deprecate
IgnoredMethodsoption in favor of theAllowedMethodsandAllowedPatternsoptions. (@ydah)RuboCop 1.32
New features
- #10820: Add new
Style/EmptyHeredoccop. (@koic)- #10691: Add new
Layout/MultilineMethodParameterLineBreakscop. ([@Korri][])- #10790: Support
AllowCommentsoption forStyle/EmptyElse. (@ydah)- #10792: Add new
Lint/RequireRangeParenthesescop. (@koic)- #10692: Break long method definitions when auto-correcting. ([
@Korri][])Bug fixes
- #10824: Make
Lint/DeprecatedClassMethodsaware ofENV.cloneandENV.dup. (@koic)- #10788: Relax
Style/FetchEnvVarto allowENV[]in LHS of||. ([@j-miyake][])- #10813: Fix recursive deletion to suppression in
Lint/NonAtomicFileOperation. (@ydah)- #10791: Fix an incorrect autocorrect for
Style/Semicolonwhen using endless range before semicolon. (@koic)- #10781: Fix a suggestions for safer conversions for
Lint/NonAtomicFileOperation. (@ydah)- #10263: Fix the value of
Enabledleaking 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/SymbolArrayandStyle/WordArray. (@r7kamura)
... (truncated)
Changelog
Sourced from rubocop's changelog.
1.33.0 (2022-08-04)
Bug fixes
- #10830: Fix an incorrect autocorrect for
Layout/FirstArgumentIndentationwhen specifyingEnforcedStyle: with_fixed_indentationofLayout/ArgumentAlignmentandEnforcedStyle: consistentofLayout/FirstArgumentIndentationand enablingLayout/FirstMethodArgumentLineBreak. ([@koic][])- #10825: Fix an incorrect autocorrect for
Style/ClassAndModuleChildrenwhen using nested one-liner class. ([@koic][])- #10843: Fix a false positive for
Style/HashExceptwhen usingrejectand callinginclude?method with symbol array and second block value. ([@koic][])- #10853: Fix an autocorrect for
Style/RedundantSortwith logical operator. ([@ydah][])- #10842: Make server mode aware of
CacheRootDirectoryconfig option value,RUBOCOP_CACHE_ROOT, andXDG_CACHE_HOMEenvironment variables. ([@koic][])- #10833: Fix an incorrect autocorrect for
Style/RedundantConditionwhen branches contains arithmetic operation. ([@koic][])- #10864: Fix a false positive for
Style/SymbolProcwhen usingHash#reject. ([@koic][])- #10771: Make server mode aware of
--cache-rootcommand line option. ([@koic][])- #10831: Fix an error when using
changed_parametersin obsoletion.yml by external library. ([@koic][])- #10850: Fix
Style/ClassEqualityComparisonautocorrection within module. ([@r7kamura][])- #10832: Fix an incorrect autocorrect for
Layout/BlockEndNewlinewhen multiline block}is not on its own line and using heredoc argument. ([@koic][])Changes
- #10841: Don't hash shared libraries for cache key. ([
@ChrisBr][])- #10862: Add autocorrection to
Lint/EmptyConditionalBody. ([@dvandersluis][])- #10829: Deprecate
IgnoredMethodsoption in favor of theAllowedMethodsandAllowedPatternsoptions. ([@ydah][])1.32.0 (2022-07-21)
New features
- #10820: Add new
Style/EmptyHeredoccop. ([@koic][])- #10691: Add new
Layout/MultilineMethodParameterLineBreakscop. ([@Korri][])- #10790: Support
AllowCommentsoption forStyle/EmptyElse. ([@ydah][])- #10792: Add new
Lint/RequireRangeParenthesescop. ([@koic][])- #10692: Break long method definitions when auto-correcting. ([
@Korri][])Bug fixes
- #10824: Make
Lint/DeprecatedClassMethodsaware ofENV.cloneandENV.dup. ([@koic][])- #10788: Relax
Style/FetchEnvVarto allowENV[]in LHS of||. ([@j-miyake][])- #10813: Fix recursive deletion to suppression in
Lint/NonAtomicFileOperation. ([@ydah][])- #10791: Fix an incorrect autocorrect for
Style/Semicolonwhen using endless range before semicolon. ([@koic][])- #10781: Fix a suggestions for safer conversions for
Lint/NonAtomicFileOperation. ([@ydah][])- #10263: Fix the value of
Enabledleaking 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/SymbolArrayandStyle/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][])
Commits
a9cef6dCut 1.3370e901dUpdate Changelog3290befRewrite documentation forNaming/PredicateNameto better clarify its config...cbe9248Add autocorrection toLint/EmptyConditionalBody.45bb2bd[Fix #10864] Fix a false positive forStyle/SymbolProc382761cMerge pull request #10841 from ChrisBr/cbruckmayer/fix-cache982159cMerge pull request #10860 from dvandersluis/doc/lint/debugger7901305Update documentation forLint/Debugger.1839d17Don't hash shared libraries for cache key6b6d554[Fix #10842] Make server mode aware ofCacheRootDirectoryand two env vars ...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)