Skip to content

Commit 6146415

Browse files
committed
Update Changelog
1 parent 3bd2457 commit 6146415

11 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#14176](https://github.com/rubocop/rubocop/pull/14176): Fix an error for `Style/MultilineIfModifier` when using nested modifier. ([@koic][])
17+
* [#14077](https://github.com/rubocop/rubocop/issues/14077): Change `nil` representation in todo file comments. ([@jonas054][])
18+
* [#14164](https://github.com/rubocop/rubocop/pull/14164): Fix an error for `Lint/UselessAssignment` when variables are assigned using unary operator in chained assignment and remain unreferenced. ([@koic][])
19+
* [#14173](https://github.com/rubocop/rubocop/pull/14173): Fix an error for `Style/StringConcatenation` when using implicit concatenation with string interpolation. ([@koic][])
20+
* [#14177](https://github.com/rubocop/rubocop/issues/14177): Fix false positives for `Style/SoleNestedConditional` when using nested `if` and `not` in condition. ([@koic][])
21+
* [#14152](https://github.com/rubocop/rubocop/pull/14152): Fix `Layout/SpaceInsideArrayLiteralBrackets` cop error on array pattern without brackets. ([@viralpraxis][])
22+
* [#14153](https://github.com/rubocop/rubocop/pull/14153): Fix `Style/PercentQLiterals` cop error on Unicode escape sequence. ([@viralpraxis][])
23+
24+
### Changes
25+
26+
* [#14082](https://github.com/rubocop/rubocop/issues/14082): Mark `Style/ComparableBetween` as unsafe. ([@earlopain][])
27+
* [#14181](https://github.com/rubocop/rubocop/issues/14181): Make `Lint/DuplicateMethods` aware of Active Support's `delegate` method. ([@lovro-bikic][])
28+
* [#14156](https://github.com/rubocop/rubocop/issues/14156): Make `Style/IfUnlessModifier` allow endless method definition in the `if` body. ([@koic][])
29+
1430
## 1.75.5 (2025-05-05)
1531

1632
### Bug fixes

changelog/change_comparable_between_unsafe.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_make_lint_duplicate_methods_aware_of_active_support_delegate.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_make_style_if_unless_modifier_allow_endless_method_definition.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_an_error_for_style_multiline_if_modifier_cop.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_change_nil_representation_in_todo_file_comments_20250510150728.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_error_for_lint_useless_assignment_cop.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_error_for_style_string_concatenation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_false_positives_for_style_sole_nested_conditional.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_layout_space_inside_array_literal_brackets_for_cop_error_on_array_pattern_without_brackets_20250505143301.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_style_percent_q_literals_cop_error_on_unicode_escape_sequence.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)