|
11 | 11 |
|
12 | 12 | ## master (unreleased)
|
13 | 13 |
|
| 14 | +### New features |
| 15 | + |
| 16 | +* [#14223](https://github.com/rubocop/rubocop/pull/14223): Add new `Gemspec/AttributeAssignment` cop. ([@viralpraxis][]) |
| 17 | +* [#14128](https://github.com/rubocop/rubocop/issues/14128): Allow long fully-qualified namespace strings to exceed max length. ([@niranjan-patil][]) |
| 18 | +* [#14288](https://github.com/rubocop/rubocop/pull/14288): Add new cop `Style/CollectionQuerying`. ([@lovro-bikic][]) |
| 19 | +* [#14165](https://github.com/rubocop/rubocop/issues/14165): Add new `DefaultToNil` option to `Style/FetchEnvVar` cop. ([@Yuhi-Sato][]) |
| 20 | +* [#14314](https://github.com/rubocop/rubocop/pull/14314): Enhance `Gemspec/RequireMFA` cop autocorrect to insert MFA directive after last `metadata` assignment. ([@viralpraxis][]) |
| 21 | +* [#14159](https://github.com/rubocop/rubocop/pull/14159): Enhance `Layout/SpaceInsideArrayLiteralBrackets` cop to analyze nested constant patterns. ([@viralpraxis][]) |
| 22 | + |
| 23 | +### Bug fixes |
| 24 | + |
| 25 | +* [#14306](https://github.com/rubocop/rubocop/issues/14306): Fix an error for `Style/HashConversion` when using nested `Hash[]`. ([@koic][]) |
| 26 | +* [#14298](https://github.com/rubocop/rubocop/issues/14298): Fix an error for `Style/SoleNestedConditional` when autocorrecting nested if/unless/if. ([@ssagara00][]) |
| 27 | +* [#14313](https://github.com/rubocop/rubocop/issues/14313): Fix a false positive for `Layout/SpaceBeforeBrackets` when call desugared `Hash#[]` to lvar receiver with a space around the dot. ([@koic][]) |
| 28 | +* [#14292](https://github.com/rubocop/rubocop/issues/14292): Fix false positives for `Style/RedundantParentheses` when assigning a parenthesized one-line `in` pattern matching. ([@koic][]) |
| 29 | +* [#14296](https://github.com/rubocop/rubocop/issues/14296): Fix false positives for `Style/RedundantSelf` when receiver and lvalue have the same name in or-assignment. ([@koic][]) |
| 30 | +* [#14303](https://github.com/rubocop/rubocop/pull/14303): Fix `Lint/SelfAssignment` to allow inline RBS comments. ([@Morriar][]) |
| 31 | +* [#14307](https://github.com/rubocop/rubocop/issues/14307): Fix `Style/MethodCallWithArgsParentheses` false positive on forwarded keyword argument with additional arguments. ([@viralpraxis][]) |
| 32 | +* [#14301](https://github.com/rubocop/rubocop/issues/14301): Fix autocorrection syntax error for multiline expressions in `Style/RedundantParentheses`. ([@lovro-bikic][]) |
| 33 | + |
| 34 | +### Changes |
| 35 | + |
| 36 | +* [#14295](https://github.com/rubocop/rubocop/pull/14295): Update `Naming/PredicateMethod` to consider negation (`!`/`not`) as boolean values. ([@dvandersluis][]) |
| 37 | +* [#14255](https://github.com/rubocop/rubocop/issues/14255): Update `Naming/PredicateMethod` to treat returned predicate method calls as boolean values. ([@dvandersluis][]) |
| 38 | + |
14 | 39 | ## 1.76.2 (2025-06-17)
|
15 | 40 |
|
16 | 41 | ### Bug fixes
|
|
4165 | 4190 | [@daisuke]: https://github.com/daisuke
|
4166 | 4191 | [@steiley]: https://github.com/steiley
|
4167 | 4192 | [@ka8725]: https://github.com/ka8725
|
| 4193 | +[@ssagara00]: https://github.com/ssagara00 |
| 4194 | +[@niranjan-patil]: https://github.com/niranjan-patil |
| 4195 | +[@Yuhi-Sato]: https://github.com/Yuhi-Sato |
0 commit comments