Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Nov 14, 2022
1 parent d6345ac commit a0ecf1b
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 19 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,34 @@

## master (unreleased)

### New features

* [#11091](https://github.com/rubocop/rubocop/pull/11091): Add autocorrect for `Layout/LineContinuationLeadingSpace`. ([@FnControlOption][])

### Bug fixes

* [#11150](https://github.com/rubocop/rubocop/issues/11150): Improve `Style/RedundantRegexpEscape` to catch unnecessarily escaped hyphens within a character class. ([@si-lens][])
* [#11168](https://github.com/rubocop/rubocop/issues/11168): Fix an incorrect autocorrect for `Style/ClassEqualityComparison` when using instance variable comparison in module. ([@koic][])
* [#11176](https://github.com/rubocop/rubocop/pull/11176): Fix a false positive cases for `Lint/DuplicateMethods` when using duplicate nested method. ([@koic][])
* [#11164](https://github.com/rubocop/rubocop/issues/11164): Suppress "RuboCop server starting..." message with `--server --format json`. ([@koic][])
* [#11156](https://github.com/rubocop/rubocop/pull/11156): Fix `Style/OperatorMethodCall` autocorrection when operators are chained. ([@gsamokovarov][])
* [#11139](https://github.com/rubocop/rubocop/issues/11139): Fix a false negative for `Style/HashEachMethods` when using each with a symbol proc argument. ([@ydah][])
* [#11161](https://github.com/rubocop/rubocop/issues/11161): Fix a false positive for `Style/HashAsLastArrayItem` when using double splat operator. ([@koic][])
* [#11151](https://github.com/rubocop/rubocop/pull/11151): Fix a false positive for `Lint/SuppressedException`. ([@akihikodaki][])
* [#11123](https://github.com/rubocop/rubocop/issues/11123): Fix autocorrection bug for `Style/StringLiterals` when using multiple escape characters. ([@si-lens][])
* [#11165](https://github.com/rubocop/rubocop/issues/11165): Fix a false positive for `Style/RedundantEach` when any method is used between methods containing `each` in the method name. ([@koic][])
* [#11177](https://github.com/rubocop/rubocop/pull/11177): Fix a false positive for `Style/ObjectThen` cop with TargetRubyVersion < 2.6. ([@epaew][])
* [#11173](https://github.com/rubocop/rubocop/issues/11173): Fix an incorrect autocorrect for `Style/CollectionCompact` when using `reject` with block pass arg and no parentheses. ([@koic][])
* [#11137](https://github.com/rubocop/rubocop/issues/11137): Fix a false positive for `Style/RedundantEach` when using a symbol proc argument. ([@ydah][])
* [#11142](https://github.com/rubocop/rubocop/pull/11142): Fix `Style/RedundantEach` for non-chained `each_` calls. ([@fatkodima][])

### Changes

* [#11130](https://github.com/rubocop/rubocop/pull/11130): Check blank percent literal by `Layout/SpaceInsidePercentLiteralDelimiters`. ([@r7kamura][])
* [#11163](https://github.com/rubocop/rubocop/pull/11163): Mark `Style/HashExcept` as unsafe. ([@r7kamura][])
* [#11171](https://github.com/rubocop/rubocop/pull/11171): Support inline visibility definition on checking visibility. ([@r7kamura][])
* [#11158](https://github.com/rubocop/rubocop/pull/11158): Add `if` to allowed names list for MethodParameterName. ([@okuramasafumi][])

## 1.38.0 (2022-11-01)

### New features
Expand Down Expand Up @@ -6581,3 +6609,7 @@
[@rdeckard]: https://github.com/rdeckard
[@wildmaples]: https://github.com/wildmaples
[@hosamaly]: https://github.com/hosamaly
[@si-lens]: https://github.com/si-lens
[@akihikodaki]: https://github.com/akihikodaki
[@si-lens]: https://github.com/si-lens
[@epaew]: https://github.com/epaew
1 change: 0 additions & 1 deletion changelog/change_add_if_to_allowed_names_list.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_check_blank_percent_literal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_mark_style_hash_except_as_unsafe.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_support_visibility_definition.md

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_a_false_positive_for_style_object_then.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_auto_correction_bug_for_string_literals.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_false_positive_for_style_redundant_each.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_fix_a_false_positive_for.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_improve_redundant_regex_escape_catching.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_style_redundant_each_for_non_chaining.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_styleoperatormethodcall.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_suppress_a_server_mode_message.md

This file was deleted.

This file was deleted.

0 comments on commit a0ecf1b

Please sign in to comment.