Skip to content

Commit 91a19d6

Browse files
committed
Cut 1.64
1 parent 727539d commit 91a19d6

File tree

11 files changed

+274
-11
lines changed

11 files changed

+274
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ output by `rubocop -V`, include them as well. Here's an example:
3838

3939
```
4040
$ [bundle exec] rubocop -V
41-
1.63.5 (using Parser 3.2.2.3, rubocop-ast 1.29.0, running on ruby 3.2.2) [x86_64-linux]
41+
1.64.0 (using Parser 3.2.2.3, rubocop-ast 1.29.0, running on ruby 3.2.2) [x86_64-linux]
4242
- rubocop-performance 1.18.0
4343
- rubocop-rspec 2.23.2
4444
```

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
## 1.64.0 (2024-05-23)
15+
1416
### New features
1517

1618
* [#12904](https://github.com/rubocop/rubocop/pull/12904): Add new `either_consistent` `SupportedShorthandSyntax` to `Style/HashSyntax`. ([@pawelma][])

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ do so.
1717

1818
```console
1919
$ rubocop -V
20-
1.63.5 (using Parser 3.2.2.3, rubocop-ast 1.29.0, running on ruby 3.2.2) [x86_64-linux]
20+
1.64.0 (using Parser 3.2.2.3, rubocop-ast 1.29.0, running on ruby 3.2.2) [x86_64-linux]
2121
- rubocop-performance 1.18.0
2222
- rubocop-rspec 2.23.2
2323
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To prevent an unwanted RuboCop update you might want to use a conservative versi
5353
in your `Gemfile`:
5454

5555
```rb
56-
gem 'rubocop', '~> 1.63', require: false
56+
gem 'rubocop', '~> 1.64', require: false
5757
```
5858

5959
See [our versioning policy](https://docs.rubocop.org/rubocop/versioning.html) for further details.

config/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5249,7 +5249,7 @@ Style/SendWithLiteralMethodName:
52495249
Enabled: pending
52505250
Safe: false
52515251
AllowSend: true
5252-
VersionAdded: '<<next>>'
5252+
VersionAdded: '1.64'
52535253

52545254
Style/SignalException:
52555255
Description: 'Checks for proper usage of fail and raise.'
@@ -5428,7 +5428,7 @@ Style/StructInheritance:
54285428
Style/SuperArguments:
54295429
Description: 'Call `super` without arguments and parentheses when the signature is identical.'
54305430
Enabled: pending
5431-
VersionAdded: '<<next>>'
5431+
VersionAdded: '1.64'
54325432

54335433
Style/SuperWithArgsParentheses:
54345434
Description: 'Use parentheses for `super` with arguments.'
@@ -5465,7 +5465,7 @@ Style/SymbolProc:
54655465
Enabled: true
54665466
Safe: false
54675467
VersionAdded: '0.26'
5468-
VersionChanged: '<<next>>'
5468+
VersionChanged: '1.64'
54695469
AllowMethodsWithArguments: false
54705470
# A list of method names to be always allowed by the check.
54715471
# The names should be fairly unique, otherwise you'll end up ignoring lots of code.

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop
22
title: RuboCop
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: '1.64'
66
nav:
77
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ In the following section you find all available cops:
600600
* xref:cops_style.adoc#styleselfassignment[Style/SelfAssignment]
601601
* xref:cops_style.adoc#stylesemicolon[Style/Semicolon]
602602
* xref:cops_style.adoc#stylesend[Style/Send]
603+
* xref:cops_style.adoc#stylesendwithliteralmethodname[Style/SendWithLiteralMethodName]
603604
* xref:cops_style.adoc#stylesignalexception[Style/SignalException]
604605
* xref:cops_style.adoc#stylesingleargumentdig[Style/SingleArgumentDig]
605606
* xref:cops_style.adoc#stylesinglelineblockparams[Style/SingleLineBlockParams]
@@ -619,6 +620,7 @@ In the following section you find all available cops:
619620
* xref:cops_style.adoc#stylestringmethods[Style/StringMethods]
620621
* xref:cops_style.adoc#stylestrip[Style/Strip]
621622
* xref:cops_style.adoc#stylestructinheritance[Style/StructInheritance]
623+
* xref:cops_style.adoc#stylesuperarguments[Style/SuperArguments]
622624
* xref:cops_style.adoc#stylesuperwithargsparentheses[Style/SuperWithArgsParentheses]
623625
* xref:cops_style.adoc#styleswapvalues[Style/SwapValues]
624626
* xref:cops_style.adoc#stylesymbolarray[Style/SymbolArray]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy