#10830: Fix an incorrect autocorrect for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation and enabling Layout/FirstMethodArgumentLineBreak. (@koic)
#10825: Fix an incorrect autocorrect for Style/ClassAndModuleChildren when using nested one-liner class. (@koic)
#10843: Fix a false positive for Style/HashExcept when using reject and calling include? method with symbol array and second block value. (@koic)
#10853: Fix an autocorrect for Style/RedundantSort with logical operator. (@ydah)
#10842: Make server mode aware of CacheRootDirectory config option value, RUBOCOP_CACHE_ROOT, and XDG_CACHE_HOME environment variables. (@koic)
#10833: Fix an incorrect autocorrect for Style/RedundantCondition when branches contains arithmetic operation. (@koic)
#10864: Fix a false positive for Style/SymbolProc when using Hash#reject. (@koic)
#10771: Make server mode aware of --cache-root command line option. (@koic)
#10831: Fix an error when using changed_parameters in obsoletion.yml by external library. (@koic)
#10850: Fix Style/ClassEqualityComparison autocorrection within module. (@r7kamura)
#10832: Fix an incorrect autocorrect for Layout/BlockEndNewline when multiline block } is not on its own line and using heredoc argument. (@koic)
Changes
#10841: Don't hash shared libraries for cache key. (@ChrisBr)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.32.0 → 1.33.0) · Repo · Changelog
Release Notes
1.33.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Cut 1.33
Update Changelog
Rewrite documentation for `Naming/PredicateName` to better clarify its configuration options.
Add autocorrection to `Lint/EmptyConditionalBody`.
[Fix #10864] Fix a false positive for `Style/SymbolProc`
Merge pull request #10841 from ChrisBr/cbruckmayer/fix-cache
Merge pull request #10860 from dvandersluis/doc/lint/debugger
Update documentation for `Lint/Debugger`.
Don't hash shared libraries for cache key
[Fix #10842] Make server mode aware of `CacheRootDirectory` and two env vars (#10852)
Merge pull request #10853 from ydah/fix_false_positive_for_style_redundant_sort
Fix an autocorrect for `Style/RedundantSort` with logical operator
Clarify the API stability wording
[Fix #10771] Make server mode aware of `--cache-root` command line option
Merge pull request #10850 from r7kamura/feature/class-equality-comparison-module
Fix `Style/ClassEqualityComparison` autocorrection within module
Remove an unused required feature
Merge pull request #10844 from koic/fix_a_false_positive_for_style_hash_except
[Fix #10843] Fix a false positive for `Style/HashExcept`
Merge pull request #10840 from koic/fix_an_incorrect_autocorrect_for_layout_first_argument_indentation
[Fix #10830] Fix an incorrect autocorrect for `Layout/FirstArgumentIndentation`
[Fix #10832] Fix an incorrect autocorrect for `Layout/BlockEndNewline`
[Fix #10833] Fix an incorrect autocorrect for `Style/RedundantCondition`
[Fix #10825] Fix an incorrect autocorrect for `Style/ClassAndModuleChildren`
Add `StyleGuide` for `Lint/NonAtomicFileOperation`
Merge pull request #10831 from koic/fix_an_error_when_using_changed_parameters_by_external_library
Fix an error when using `changed_parameters` by external library
Deprecate `IgnoredMethods` option in integrate to `AllowedMethods` and `AllowedPatterns` option
Make `Style/EmptyHeredoc` aware of `EnforcedStyle` of `Style/StringLiterals`
Fix a build error
Switch back the docs version
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands