Skip to content

Commit 337570f

Browse files
committed
Update Changelog
1 parent fe46341 commit 337570f

14 files changed

+24
-13
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#9125](https://github.com/rubocop-hq/rubocop/issues/9125): Allow ConfigObsoletion to be extended by other RuboCop libraries. ([@dvandersluis][])
8+
* [#9182](https://github.com/rubocop-hq/rubocop/pull/9182): Support auto-correction for `Style/RedundantArgument`. ([@koic][])
9+
* [#9186](https://github.com/rubocop-hq/rubocop/pull/9186): Support auto-correction for `Style/FloatDivision`. ([@koic][])
10+
* [#9167](https://github.com/rubocop-hq/rubocop/pull/9167): Support auto-correct for `StyleSingleLineBlockParams`. ([@koic][])
11+
12+
### Bug fixes
13+
14+
* [#9177](https://github.com/rubocop-hq/rubocop/pull/9177): Remove back-ref related code from `Style/SpecialGlobalVars`. ([@r7kamura][])
15+
* [#9160](https://github.com/rubocop-hq/rubocop/issues/9160): Fix an incorrect auto-correct for `Style/IfUnlessModifier` and `Style/SoleNestedConditional` when auto-correction conflicts for guard condition. ([@koic][])
16+
* [#9174](https://github.com/rubocop-hq/rubocop/issues/9174): Handle send nodes with unparenthesized arguments in `Style/SoleNestedConditional`. ([@dvandersluis][])
17+
* [#9184](https://github.com/rubocop-hq/rubocop/issues/9184): `Layout/EmptyLinesAroundAttributeAccessor` fails if the attr_accessor is the last line of the file. ([@tas50][])
18+
19+
### Changes
20+
21+
* [#9171](https://github.com/rubocop-hq/rubocop/pull/9171): Add "did you mean" message when failing due to invalid cops in configuration. ([@dvandersluis][])
22+
* [#8897](https://github.com/rubocop-hq/rubocop/issues/8897): Change `Style/StringConcatenation` to accept line-end concatenation between two strings so that `Style/LineEndConcatenation` can handle it instead. ([@dvandersluis][])
23+
* [#9172](https://github.com/rubocop-hq/rubocop/pull/9172): Add `Style/PerlBackrefs` targets and change message more detailed. ([@r7kamura][])
24+
* [#9187](https://github.com/rubocop-hq/rubocop/pull/9187): Update formatters to output `[Correctable]` for correctable offenses. ([@dvandersluis][])
25+
* [#9169](https://github.com/rubocop-hq/rubocop/pull/9169): Add obsoletion warnings for `Performance/*` and `Rails/*` which are in separate gems now. ([@dvandersluis][])
26+
527
## 1.5.2 (2020-12-04)
628

729
### Bug fixes
@@ -5237,3 +5259,5 @@
52375259
[@ThomasKoppensteiner]: https://github.com/ThomasKoppensteiner
52385260

52395261
[@PhilCoggins]: https://github.com/PhilCoggins
5262+
5263+
[@tas50]: https://github.com/tas50

changelog/change_add_did_you_mean_message_when_warning.md

-1
This file was deleted.

changelog/change_add_styleperlbackrefs_targets_and_change.md

-1
This file was deleted.

changelog/change_change_stylestringconcatenation_to.md

-1
This file was deleted.

changelog/change_mark_performance_as_obsolete.md

-1
This file was deleted.

changelog/change_update_formatters_to_output_correctable.md

-1
This file was deleted.

changelog/fix_an_incorrect_autocorrect_for_sole_nested_conditional.md

-1
This file was deleted.

changelog/fix_handle_attr_accessor_on_last_line.md

-1
This file was deleted.

changelog/fix_handle_send_nodes_with_unparenthesized.md

-1
This file was deleted.

changelog/fix_remove_backref_related_code_from.md

-1
This file was deleted.

changelog/new_allow_configobsoletion_to_be_extended_by.md

-1
This file was deleted.

changelog/new_support_autocorrect_for_style_single_line_block_params.md

-1
This file was deleted.

changelog/new_support_autocorrection_for_style_float_division.md

-1
This file was deleted.

changelog/new_support_autocorrection_for_style_redundant_argument.md

-1
This file was deleted.

0 commit comments

Comments
 (0)