reek
reek copied to clipboard
Update rubocop requirement from ~> 1.33.0 to ~> 1.34.1
Updates the requirements on rubocop to permit the latest version.
Changelog
Sourced from rubocop's changelog.
1.34.1 (2022-08-09)
Bug fixes
1.34.0 (2022-08-09)
New features
- #10170: Add new
InternalAffairs/SingleLineComparisoncop. ([@dvandersluis][])Bug fixes
- #10552: Require RuboCop AST 1.20.0+ to fix a false positive for
Lint/OutOfRangeRegexpRefwhen using fixed-encoding regopt. ([@koic][])- #10512: Fix a false positive for
Lint/ShadowingOuterLocalVariableconditional statement and block variable. ([@ydah][])- #10864:
minandmaxresults in false positives forStyle/SymbolProcsimilarly toselectandreject. ([@mollerhoj][])- #10846: Fix a false negative for
Style/DoubleNegationwhen there is a hash or an array at return location of method. ([@nobuyo][])- #10875: Fix an obsolete option configuration values are duplicated when generating
.rubocop_todo.yml. ([@ydah][])- #10877: Fix crash with
Layout/BlockEndNewlineheredoc detection. ([@dvandersluis][])- #10859: Fix
Lint/Debuggerto be able to handle method chains correctly. ([@dvandersluis][])- #10883: Fix
Style/RedundantParenthesesto be able to detect offenses and properly correct when the end parentheses and comma are on their own line. ([@dvandersluis][])- #10881: Fix
Style/SoleNestedConditionalto properly wrapblockandcsendnodes when necessary. ([@dvandersluis][])- #10867: Mark autocorrection for
Lint/EmptyConditionalBodyas unsafe. ([@dvandersluis][])- #10871: Restore
RuboCop::ConfigLoader.project_rootas deprecated. ([@koic][])Changes
- #10857: Add
AllowedPatternstoStyle/NumericLiterals. ([@dvandersluis][])- #10648: Allow
Style/TernaryParenthesesto take priority overStyle/RedundantParentheseswhen parentheses are enforced. ([@dvandersluis][])- #10731: Show tip for suggested extensions that are installed but not loaded in .rubocop.yml. ([
@nobuyo][])- #10845: Support Bundler-like namespaced feature on require config. ([
@r7kamura][])- #10773: Require Parser 3.1.2.1 or higher. ([
@dvandersluis][])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][])
... (truncated)
Commits
3aaed39Cut 1.34.1ab7ce10Update Changeloga133796[Fix #10893] Fix an error when runningrubocopwithoutbundle exec95e919dSwitch back docs versiona407f64Cut 1.3401c3b20Update Changelog1db2aaeSupport Bundler-like namespaced feature on require config88af469Merge pull request #10886 from dvandersluis/issue/1088167f3055Merge pull request #10885 from dvandersluis/issue/10883838ec41[Fix #10883] FixStyle/RedundantParenthesesto be able to detect offenses a...- 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)