Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rubocop/rubocop

A Ruby static code analyzer and formatter, based on the community Ruby style guide.
https://github.com/rubocop/rubocop

Cut 1.57.2

47735efc2b410578a196fd2758da87d01802c655 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

4ab36220f2cb0b13b45a2642024a1a33ac47efe5 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Fix a changelog entry

d995cb457b1ca24ba3b2f5bb11ec72f1a63d4343 authored about 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #12312] Fix an incorrect autocorrect for `Style/HashSyntax`

Fixes #12312.

This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when braced hash ke...

d79ee4b3eefeabcef2de0894abe03bab69ab7ec5 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12310] Drop `base64` gem from runtime dependency

Fixes #12310.

This PR drops `base64` gem from runtime dependency.

RuboCop only uses `Base64.en...

b2b29da6406ed55fe42fe045435c29bed6635299 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12307] Fix an infinite loop error for `Layout/EndAlignment`

Fixes #12307.

This PR fixes an infinite loop error for `Layout/EndAlignment`
when `EnforcedStyl...

36f62b6b4e98c64c27ab244b394ab8194036aea6 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12274] Fix a false positive for `Lint/Void`

Fixes #12274.

This PR fixes a false positive for `Lint/Void` when `each`'s receiver is
an objec...

7bedbf497b390fe6527e8a75f248b62cf2485341 authored about 1 year ago by Koichi ITO <[email protected]>
Tweak offense message for `Lint/Void`

This commit tweaks offense message for `Lint/Void`
when registering offenses of void constants.

34e77c6f25be91cca0d20f1bebfe32ba163ff24d authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #11652] Generate inherit_from correctly also with ERB

The problem with the existing algorithm, for generating the inherit_from line
in --auto-gen-conf...

21cad5190a5d74751aae03590ba7458e0c1c11d2 authored about 1 year ago by Jonas Arvidsson <[email protected]>
Merge pull request #12304 from koic/fix_error_for_style_identical_conditional_branches

[Fix 12300] Fix an error for `Style/IdenticalConditionalBranches`

41dda1ff1380a4f7b7d63cdec903dad496751754 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix 12300] Fix an error for `Style/IdenticalConditionalBranches`

Fixes #12300.

This PR fixes an error for `Style/IdenticalConditionalBranches`
when `if`...`else...

1725bdc49d166da1fc2b6838b7c22782cc48c3ab authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12285 from koic/fix_false_positives_for_style_single_argument_dig

[Fix #12284] Fix false positives for `Style/SingleArgumentDig`

616060a39cc10826ff64207c8f42d9d8c6ba6efb authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12302 from koic/make_style_redundant_filter_chain_aware_of_safe_navigation

[Fix #12301] Make `Style/RedundantFilterChain` aware of safe navigation

a35f7c3af2a50d109ea3b52d0a62953a2f75aaf9 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12301] Make `Style/RedundantFilterChain` aware of safe navigation

Fixes #12301.

This PR makes `Style/RedundantFilterChain` aware of safe navigation.

a17909d43a04fca98f7a153814e4bbe9413632d9 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12299 from koic/fix_a_false_positive_for_style_redundant_parentheses

[Fix #12298] Fix a false positive for `Style/RedundantParentheses`

a797c9879506139b2ceb2cb01e581fc24df09775 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12298] Fix a false positive for `Style/RedundantParentheses`

Fixes #12298.

This PR fixes a false positive for `Style/RedundantParentheses`
when using a pare...

9409b720881098a5c6a6f7b5fe8d260aa55f8b74 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12294 from koic/fix_a_false_positive_for_style_redundant_double_splat_hash_braces

[Fix #12293] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`

79f81874f0f30f2b7857e9bfd088be60720229c7 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12292 from koic/fix_a_false_positive_for_metrics_class_length

[Fix #12291] Fix a false positive for `Metrics/ClassLength`

e8a492b3984e02f50c233697eec68286cb183d7f authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12293] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`

Fixes #12293.

This PR fixes a false positive for `Style/RedundantDoubleSplatHashBraces`
when us...

33deae5af943ae955ce10b32d594b7fcb34ec148 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12291] Fix a false positive for `Metrics/ClassLength`

Fixes #12291.

This PR fixes a false positive for `Metrics/ClassLength`
when a class with a sing...

9eeb2f411c51567a052ad57229118be259b1ef63 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12288 from koic/fix_false_positive_for_style_redundant_double_splat_hash_braces

[Fix #12286] Fix false positives for `Style/RedundantDoubleSplatHashBraces`

6713311554d74f55fed0df20ab2bf2298d672006 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12286] Fix false positives for `Style/RedundantDoubleSplatHashBraces`

Fixes #12286.

This PR fix false positives for `Style/RedundantDoubleSplatHashBraces`
when using...

2a1687aaec48bb2d70d21306ad773282069235d2 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12284] Fix false positives for `Style/SingleArgumentDig`

Fixes #12284.

This PR fixes false positives for `Style/SingleArgumentDig`
when using some anony...

e5866b655b3c579bb97b9c25328fd5033161e5fe authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12283 from koic/fix_an_error_for_style_single_line_do_end_block

Fix an error for `Style/SingleLineDoEndBlock`

affbe3b3a66ce15534021548e282270c4a688962 authored about 1 year ago by Koichi ITO <[email protected]>
Fix an error for `Style/SingleLineDoEndBlock`

This PR fixes the following error for `Style/SingleLineDoEndBlock`
when using single line `do`.....

1e5bd7e9d80fcfc47521b7c1f2d5a09f58203c2a authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12279] Fix false positives for `Lint/EmptyConditionalBody`

Fixes #12279.

This PR fixes false positives for `Lint/EmptyConditionalBody`
when missing 2nd `i...

c3ac85d8445e0d821a34e1539fc46657f1620b5a authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12275] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`

Fixes #12275.

This PR fixes a false positive for `Style/RedundantDoubleSplatHashBraces`
when us...

a8bea2b9852281c31fd2c05048272a278851c73b authored about 1 year ago by Koichi ITO <[email protected]>
Switch back the docs version

b7fb0641a8289dc93401f1a95963fa43f7ed4a7d authored about 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.57.1

9141fe50b7c3a884852f5e49688a3f5dd3d2f7e0 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

a302d0cf3a34016d2240e0183a04d3012d022a54 authored about 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #12271] Fix a false positive for `Lint/RedundantSafeNavigation`

Fixes #12271.

This PR fixes a false positive for `Lint/RedundantSafeNavigation`
when using snak...

12016d8894cff2cb079a26a51e4e5dc6a6cb936f authored about 1 year ago by Koichi ITO <[email protected]>
Fix false positives for `Style/RedundantDoubleSplatHashBraces`

Fixes #12263.

This PR fixes false positives for `Style/RedundantDoubleSplatHashBraces`
when met...

128618c7a8e3336bbe9ff8f800a73ff04dfc7a81 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12267 from ydah/fix/12261

Fix an infinite loop for `Layout/MultilineMethodCallIndentation`

03cdf044710db32bd90dc6afa0234502c2b59ffb authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12261] Fix an infinite loop for `Layout/MultilineMethodCallIndentation`

Fix: https://github.com/rubocop/rubocop/issues/12261

7edb5cab7487973809ddade987f80ae7b131c81e authored about 1 year ago by ydah <[email protected]>
Merge pull request #12266 from koic/fix_an_error_for_layout_multiline_method_call_indentation

[Fix #12265] Fix an error for `Layout/MultilineMethodCallIndentation`

42898bc383d883fe20148119c05a4039ac7ad7de authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12265] Fix an error for `Layout/MultilineMethodCallIndentation`

Fixes #12265.

This PR fixes an error for `Layout/MultilineMethodCallIndentation`
when usingarit...

a4a505da327c7a0dcd0e2d6bed2149628ed3e614 authored about 1 year ago by Koichi ITO <[email protected]>
Fix typos

This commit fixes the following build error:

```
Check spelling of all files with codespell: sp...

84840b894ee6316d4367daf4cc96e03456e7374f authored about 1 year ago by Koichi ITO <[email protected]>
Fix an incorrect autocorrect for `Style/RedundantException` when message is not string

873cb9f1dfd2d02a574f0ad95de36a3f33547b3a authored about 1 year ago by ydah <[email protected]>
Fix an incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`

This PR fixes the following incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`
whe...

e162c99c066dc9b98f61b2d99ec4a3a919cf9852 authored about 1 year ago by Koichi ITO <[email protected]>
Switch back the docs version

215ab03ccdf722ebc3b0c43a62649755f4280451 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.57

bfdb5ff4fec74c0dd154268a8e4b97dba7a79aed authored about 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

872d7137fd26977273146a70df8a903dedfe93bd authored about 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #12076] Explicitly require fileutils in RuboCop::Server::Cache

The "fileutils.rb" item is dynamically added to the `$LOADED_FEATURES`
due to the autoloading wh...

402542229238227ca9e1655efd210f3f8f0a1e1b authored about 1 year ago by sergey <[email protected]>
[Fix #12259] Fix an error for `Lint/MixedCaseRange`

Fixes #12259.

This PR fixes an error for `Lint/MixedCaseRange`
when using nested character clas...

b4e2bdd0718e00bc0346717091d94f22b33e5510 authored about 1 year ago by Koichi ITO <[email protected]>
Fix an error for `Style/RedundantDoubleSplatHashBraces`

Follow up #12258.

This PR fixes the following error for `Style/RedundantDoubleSplatHashBraces`:...

986d047b8a6d4163329cdd4925726eae7885b6e6 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12257] Make `Style/RedundantDoubleSplatHashBraces` aware of `merge`

Resolves #12257.

This PR makes `Style/RedundantDoubleSplatHashBraces` aware of `merge` methods....

81ef51ea121989cdf756c6e1c016fc2b5414bf4b authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12249] Fix a false positive `Style/IdenticalConditionalBranches`

Fixes #12249.

This PR fixes a false positive `Style/IdenticalConditionalBranches`
when `if`..`e...

86c0e8daf5f30c8745e79ff1fff12c2a8b950376 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12255 from ydah/followup-12176

Remove redundant true/false returns

6a100e60868c4543517e701a1728dd7ddae73384 authored about 1 year ago by Koichi ITO <[email protected]>
Remove redundant true/false returns

Follow up: https://github.com/rubocop/rubocop/pull/12176#issuecomment-1752002311

fb3415206c8fcc8c1a856a8529b5e94069782115 authored about 1 year ago by ydah <[email protected]>
Merge pull request #12254 from joesiewert/empty-block-text

Edit empty block overview text

7b05f2a8fb4f62e26697bac8ba12f0369645ead8 authored about 1 year ago by Koichi ITO <[email protected]>
Edit empty block overview text

ab72b2b0b1e76f6738c51a4b0c1b253f77735e94 authored about 1 year ago by Joe Siewert <[email protected]>
Merge pull request #12253 from knu/accept_empty_string_literal_interpolated_in_words_literal

Lint/LiteralInInterpolation: Accept an empty string literal interpolated in %W[]/%I[]

11d412fadd5b0ef8ffc1db52be209cdf2b48e049 authored about 1 year ago by Koichi ITO <[email protected]>
Update `Lint/LiteralInInterpolation` to accept an empty string literal interpolated in %W[]/%I[]

An empty string in those words literals is significant and must not be expanded.

e.g.

```ruby
...

bc1b6a89ecc5873932313451fb8acc487255a2db authored about 1 year ago by Akinori MUSHA <[email protected]>
Merge pull request #12247 from koic/fix_false_negatives_for_style_redundant_parentheses

Fix false negatives for `Style/RedundantParentheses`

ece1a95d07f78d3124d699f382179fbc1a246731 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12250 from koic/mark_lint_redundant_require_statement_as_unsafe_autocorrect

Mark `Lint/RedundantRequireStatement` as unsafe autocorrect

42fbe75ac38f53663d3f135a3336c0f9f5a26ed5 authored about 1 year ago by Koichi ITO <[email protected]>
Fix false negatives for `Style/RedundantParentheses`

This PR fix false negatives for `Style/RedundantParentheses`
when using logical or comparison ex...

706b625e47fcd67bba199c71e2fc8cbe9d4e1094 authored about 1 year ago by Koichi ITO <[email protected]>
Mark `Lint/RedundantRequireStatement` as unsafe autocorrect

Follow up https://github.com/rubocop/rubocop/pull/11931#issuecomment-1603717583.

This PR marks ...

aee06d058b7b242f9043bf9678514f288fd894dc authored about 1 year ago by Koichi ITO <[email protected]>
Remove an unused `include Alignment`

b5683e47f9cadf22cd0ab9ff6b58bfe2cdfa0e62 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12234 from koic/enhance_style_format_string_autocorrection

Enhance `Style/FormatString`'s autocorrection

a455e9d55771f1e3dfea0cc4183e66f9632b431c authored about 1 year ago by Koichi ITO <[email protected]>
Enhance `Style/FormatString`'s autocorrection

This PR enhances `Style/FormatString`'s autocorrection
when using known conversion methods whose...

b9a90b5d7f18576eff235a43441fa2d8536f6fd6 authored about 1 year ago by Koichi ITO <[email protected]>
Fix a link address for #12246

26681f70adf4cfdf9e4daa429bea00adbffbd467 authored about 1 year ago by Koichi ITO <[email protected]>
Make `Lint/RedundantSafeNavigation` aware of constant receiver

Fixes https://github.com/rubocop/rubocop-rails/issues/1104.

This is an issue with RuboCop Rails...

59021624ce276edaca12812c39943116de7ee763 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12244] Fix a false negative for `Lint/Debugger`

Fixes #12244.

This PR fixes a false negative for `Lint/Debugger`
when using debugger method ins...

bd214bd9e9c4ead369b4a20ec329897e8dbb288c authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12198] Fix an error for flip-flop with beginless or endless ranges

Fixes #12198.

Parser 3.2.2.4 includes https://github.com/whitequark/parser/pull/946.

This PR r...

76c2bc551d1b08a9e34eec1d29d22536d8ba1991 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12240 from koic/fix_a_false_negative_for_metrics_module_length

[Fix #12231] Fix a false negative for `Metrics/ModuleLength`

8bc658e6f4083fb8df10ced0051d47201002fb86 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12231] Fix a false negative for `Metrics/ModuleLength`

Fixes #12231.

This PR fixes a false negative for `Metrics/ModuleLength`
when defining a singlet...

45174dc6170b63e9ed812149cc49993712b1afa7 authored about 1 year ago by Koichi ITO <[email protected]>
Fix a build error

This PR fixes the following build error in the codespell:

```console
Resulting CLI options --c...

65f10c1146aa52b4b12ee6623e84a5d881176acb authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12238 from koic/fix_an_error_for_style_nested_ternary_operator

[Fix #12237] Fix an error for `Style/NestedTernaryOperator`

56e2e4a0f33cf722fd13c5bdec2a4575e8d82ea0 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12237] Fix an error for `Style/NestedTernaryOperator`

Fixes #12237.

This PR fixes an error for `Style/NestedTernaryOperator`
when a ternary operator ...

5344c784a9a89be116fb3f7c447baa1188d5a239 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12235 from aboutsource/feature/auto_parallel_with_explicit_config

Enable auto parallel inspection when config file is specified

2ec14cabfa4a9aa07f3b82b2c86ae80c52cbd674 authored about 1 year ago by Koichi ITO <[email protected]>
Enable auto parallel inspection when config file is specified

948d64106d2eaa4058a3dde452c58b4728a24c3c authored about 1 year ago by Moritz Nisblé <[email protected]>
[Docs] Tweak docs for `Metrics/BlockLength` and `Metrics/ClassLength`

Move `NOTE:` above `@example`.

80de379af60a4df60a9e6707da1c3056e9d233ea authored about 1 year ago by Koichi ITO <[email protected]>
Tweak autocorrection for `Style/RedundantBegin`

This PR tweaks autocorrection for `Style/RedundantBegin`
when using endless method definition wi...

c9819f1ea4f4ec0361dcfc874844233253e56cb4 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12226] Fix false positives for `Layout/MultilineMethodCallIndentation`

Fixes #12226.

This PR fixes false positives for `Layout/MultilineMethodCallIndentation`
when al...

5f1774992f434654503c5e71a4b91725a5fa10c6 authored about 1 year ago by Koichi ITO <[email protected]>
Add new `Style/SingleLineDoEndBlock` cop

This PR adds new `Style/SingleLineDoEndBlock` cop
that checks for single-line `do`...`end` block...

08f475dc46585ee6d8f9afd609a9e36f7b9758e2 authored about 1 year ago by Koichi ITO <[email protected]>
Fix false negatives for `Style/MultilineBlockChain`

This PR fixes false negatives for `Style/MultilineBlockChain`
when using multiline block chain w...

3bc4ebe50c666f8687d3a3ce6a37cbd398152cf4 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12097] Mark unsafe autocorrect for `Style/ClassEqualityComparison`

Fixes #12097.

This PR marks unsafe autocorrect for `Style/ClassEqualityComparison`
because ther...

91d3a8138fb27e285c6a08c9e10f3128aa5af4ef authored about 1 year ago by Koichi ITO <[email protected]>
Make `Style/RedundantFilterChain` aware of `select.present?`

Resolves: rubocop/rubocop-rails#1048.

This PR makes `Style/RedundantFilterChain` aware of `sele...

4bec69e32bad3068fca1abe8f5f8d9a02547ae57 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12128] Make `Style/GuardClause` aware of `define_method`

Fixes #12128.

This PR makes `Style/GuardClause` aware of `define_method`.

5537b0c1eb7613e38cbb35a59259596efbfc8a2c authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12210] Mark `Style/RedundantFilterChain` as unsafe autocorrect

Fixes #12210.

This PR marks `Style/RedundantFilterChain` as unsafe autocorrect.

32968e195ad0d9d171e4f6d4528dbf784b8e75f2 authored about 1 year ago by Koichi ITO <[email protected]>
Switch back the docs version

e0c22a3a1714556fd505897435acf31f81185663 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.56.4

fc57892974c3bd597d9faa7abd5e02679ddea9d4 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

b7d99b8e857e60d8fc436cf8d61652196cd8a85d authored about 1 year ago by Bozhidar Batsov <[email protected]>
Merge pull request #12222 from koic/fix_a_false_positive_for_layout_empty_line_after_guard_clause

[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`

0f550020b042fd7f50c340383bee431e3a6db727 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12220 from koic/fix_an_incorrect_autocorrect_for_disable_uncorrectable_option

[Fix #12208] Fix an incorrect autocorrect for the `--disable-uncorrectable` option

59fb188bb349736edd1803bb82228b385ca86dfc authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`

Fixes #12221.

This PR fixes a false positive for `Layout/EmptyLineAfterGuardClause`
when using ...

9b04830b2200ede77426984c848b0bcad2315328 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12208] Fix an incorrect autocorrect for the `--disable-uncorrectable` option

Fixes #12208.

This PR fixes an incorrect autocorrect for the `--disable-uncorrectable` command ...

d0d612e812def28bb13bf4d7dcb465009785fe3b authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12218 from koic/fix_a_false_positive_for_lint_ordered_magic_comments

[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`

c626229801455c05ef645834d1b335775d4a4f70 authored about 1 year ago by Koichi ITO <[email protected]>
[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`

Fixes #12213.

This PR fixes a false positive for `Lint/OrderedMagicComments`
when comment text ...

a2c1100aaf9f735fc0f79c61a33c711ad57334d4 authored about 1 year ago by Koichi ITO <[email protected]>
Disable `RSpec/FilePath` to resolve build error

This PR commits `RSpec/FilePath` to suppress the following offenses:

```console
$ bundle exec r...

3e921603d854885a985406dd6c342f86b95a4e41 authored about 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12215 from koic/update_the_doc_of_style_return_nil

[Docs] Update the doc for `Style/ReturnNil`

1e438220122afa680a8fc0eaf536c5b8647b6cb4 authored about 1 year ago by Koichi ITO <[email protected]>
[Docs] Update the doc for `Style/ReturnNil`

This PR updates the doc for `Style/ReturnNil` based on the following comments about
why `Style/R...

eac9f3e3500eeddc70524ac2105a06d9c18f6f2b authored about 1 year ago by Koichi ITO <[email protected]>
Use `safe_navigation?` instead of custom method

b242173c05f8de02796e60544a2c3af14410e0bd authored over 1 year ago by Koichi ITO <[email protected]>
Fix duplicate contributor names when generating changelog

Follow up https://github.com/rubocop/rubocop/commit/08dbb42.

This commit fixes duplicate contri...

2d4b944593d4ad5179a104a32fca3894cd3c2b52 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12206 from koic/fix_an_incorrect_autocorrect_for_style_operator_method_call

Fix an incorrect autocorrect for `Style/OperatorMethodCall`

9fdc532bc8c448c43dab537cbf7949370bb58f68 authored over 1 year ago by Koichi ITO <[email protected]>
Fix an incorrect autocorrect for `Style/OperatorMethodCall`

This PR fixes an incorrect autocorrect for `Style/OperatorMethodCall` when using `foo./bar`:

``...

1483f310708e2f4cbb944e4e2d5e885a1c5ca138 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12207 from koic/fix_an_error_for_style_operator_method_call

[Fix #12205] Fix an error for `Style/OperatorMethodCall`

d6b5ecf6e30f5b9a1657d93423566939708404d8 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12205] Fix an error for `Style/OperatorMethodCall`

Fixes #12205.

This PR fixes an error for `Style/OperatorMethodCall`
when using `foo bar./ baz`.

ed9a4bd7340156955ca6f344a0c2961f522e9c2a authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12204 from koic/support_autocorrect_for_internal_affairs_example_description

Support autocorrect for `InternalAffairs/ExampleDescription`

1af7e11373727ca7c9bd55044ca9649db40f3373 authored over 1 year ago by Koichi ITO <[email protected]>
Support autocorrect for `InternalAffairs/ExampleDescription`

This PR supports autocorrect for `InternalAffairs/ExampleDescription`.

afe15a899937a72f674e71a28fa749aad3c6f687 authored over 1 year ago by Koichi ITO <[email protected]>