This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.8.0 → ~> 1.9.0) · Repo · Changelog
Release Notes
1.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 60 commits:
Cut 1.9.0
Update Changelog
Fix an incorrect auto-correct for `Style/ClassMethodsDefinitions`
Add new `InternalAffairs/RedundantLetRuboCopConfigNew` cop
Merge pull request #9426 from tejasbubane/fix-9425
[Fix #9425] Fix error in `Layout/ClassStructure` when initializer comes after private attribute macro
Fix false negatives for `Style/EvalWithLocation` for `Kernel.eval` and when given improper arguments.
[Fix #9415] Change `Layout/ClassStructure` to detect inline modifiers
Fix `InternalAffairs/ExampleDescription` offenses.
Add new `InternalAffairs/ExampleDescription` cop.
Add new `InternalAffairs/RedundantDescribedClassAsSubject` cop
Merge pull request #9422 from koic/tweak_new_cop_template
Tweak new cop template
[Fix #7902] Change `Link/NumberConversion` to detect symbol form of conversion methods
Merge pull request #9418 from dvandersluis/trailing-empty-lines-specs
Fix `Layout/TrailingEmptyLines` spec to not need to use `raise_error`.
Add new `Style/IfWithBooleanLiteralBranches` cop
[Fixes #9340] Added `info` Severity level to allow offenses to be listed but not return a non-zero error code.
Add new `Lint/TripleQuotes` cop.
[Fix #9327] Change `Layout/EmptyLineAfterMagicComment` to accept top-level `shareable_constant_values` directive
[Fixes #9399] Added `AllowedCops` configuration to `Style/DisableCopsWithinSourceCodeDirective`.
Add new `InternalAffairs/EmptyLineBetweenExpectOffenseAndCorrection` cop
Fix a typo for `Style/SingleLineMethods`
Merge pull request #9409 from dvandersluis/eval-with-location
Merge pull request #9406 from dduugg/fix-insert-bug
Tweak offense messages for `Style/NonNilCheck` cop
Improve messages and documentation for `Style/EvalWithLocation`.
Merge pull request #9400 from dvandersluis/issue/7766
Fix rubocop_todo link injection when YAML doc start sigil exists
[Fixes #7766] Fix `Naming/RescuedExceptionsVariableName` autocorrection issues.
Improve project_spec tests when expected configuration for a cop is missing.
Add changelog entry for `Lint/LambdaWithoutLiteralBlock` cop
Fix autocorrection of trivial body for `Naming/RescuedExceptionsVariableName` (#9398)
Merge pull request #9382 from dvandersluis/issue/9374
Merge pull request #9390 from koic/fix_infinite_loop_error_for_non_nil_check
Fix an infinite loop error for `Style/NonNilCheck` with `Style/NilComparison`
[Fix #9374] Don't autocorrect `Layout/LineLength` for a method where the first argument is a hash, if it will result in a syntax error.
Workaround for JRuby 9.2.14.0
[Fix #9345] Make `Style/AsciiComments` allow copyright notice
[Fix #9387] Fix incorrect auto-correct for `Style/NilComparison`
Fix a suggestion message when not auto-correctable
[Fixes #7827] Add pre-commit hook
Mark `VersionChanged: <<next>>` for `Style/FloatDivision`
[Fix #7452] Support `IgnoredMethods` option for `Style/FormatStringToken`
[Fix #9380] Mark `Style/FloatDivision` as unsafe
Merge pull request #9363 from uplus/add-new-cop-or_assignment_to_constant
Merge pull request #9375 from koic/fix_error_for_style_if_inside_else
Merge pull request #9371 from koic/fix_an_incorrect_autocorrect_for_style_sole_nested_conditional
Add new cop `Lint/OrAssignmentToConstant`
[Fix #9372] Fix an error for `Style/IfInsideElse`
[Fix #9370] Fix an incorrect auto-correct for `Style/SoleNestedConditional`
Fix typo for AllowedIdentifiers example
[Fix #9366] Fix an incorrect auto-correct for `Style/SoleNestedConditional`
Fix errors being reported with `rubocop -V` with an invalid config.
Change ConfigLoader#added_features to be a Set.
Allow a `Config` object to be created without running validations.
Add new `Lint/NumberedParameterAssignment` cop
Correct `Lint/SymbolConversion` offenses.
[Fix #9353] Add new `Lint/SymbolConversion` cop.
Switch back the docs version to master
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