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

Add a project spec to prevent error when running `rake changelog:merge`

This PR resolves the following error when running `rake changelog:merge` in RuboCop Rails.
So it...

9ddcca40c3e36be6db79713c303f1f8fab374aaa authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12203 from koic/fix_an_incorrect_autocorrect_for_lint_safe_navigation_chain

Fix an incorrect autocorrect for `Lint/SafeNavigationChain`

c1994c71a843eaf64e8d43d39ed03445764bd31b authored over 1 year ago by Koichi ITO <[email protected]>
Fix an incorrect autocorrect for `Lint/SafeNavigationChain`

This PR fixes an incorrect autocorrect for `Lint/SafeNavigationChain`
when using safe navigation...

65f28e8baea40a47a9a6bb17b53cb5c32fba6fd6 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12202 from ydah/fix-incorrect-autocorrect-redundant-conditional

Fix an incorrect autocorrect for `Style/RedundantConditional` when unless/else with boolean results

7ad9d85ae6b9b768c1155faf9eecd37bc46116cf authored over 1 year ago by Koichi ITO <[email protected]>
Fix an incorrect autocorrect for `Style/RedundantConditional` when unless/else with boolean results

cd5d1f5dc1d28110d79d05a97c1600ea016c7898 authored over 1 year ago by ydah <[email protected]>
[Fix #12199] Fix false negatives for `Layout/MultilineMethodCallIndentation`

Fixes #12199.

This PR fixes false negatives for `Layout/MultilineMethodCallIndentation`
when us...

1b7da8189e0aaebc15b906a41c46ed9f46aa15f4 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12200 from ydah/fixUselessMessageAssertion

Fix an error for `InternalAffairs/UselessMessageAssertion` when empty file

aaf4f5698384c84dbe46d56893bf1f3583bce2a6 authored over 1 year ago by Koichi ITO <[email protected]>
Fix an error for `InternalAffairs/UselessMessageAssertion` when empty file

This PR fix an error for `InternalAffairs/UselessMessageAssertion` when empty file.

```
❯ bundl...

e59f119fa670654d4c892a1de8e09a555cac0bb7 authored over 1 year ago by ydah <[email protected]>
Make `Style/CollectionMethods` aware of `collect_concat`

This PR makes `Style/CollectionMethods` aware of `collect_concat`
because matches the existing `...

70fd3193878252680c10360d1ec84585e15cd954 authored over 1 year ago by Koichi ITO <[email protected]>
Cut 1.56.3

3dda01cbdc607060b76928962cdcff36dd22eb0b authored over 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.56.3

796fcb34b9b11f632ae7d3bffc6da36e9bd0b781 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Move a changelog entry

2c10ba8ee3ba2a946e059dafcdfca9dd665f22a9 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

fa8bc616c3b086fe68e6dd651f59b5541ac01158 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Fix shadowing of FileFinder stop_dir in isolated tests.

Previously, stop_dir was ignored when root_level was present.

Tests relied on the root_level ma...

8abcf7ea8a919e213fae44129b75326c61f40617 authored over 1 year ago by Martin Emde <[email protected]>
Fix isolated test files should not break isolation.

Ensures that files created during isolated tests do not get added
outside of the isolated direct...

3d427bb323b54d15d9e380e6762ac924f0695d3b authored over 1 year ago by Martin Emde <[email protected]>
Try avoiding project_root leak to fix flaky error

52d0b72e04bbce9e206b5583009334c0c6e7db43 authored over 1 year ago by Martin Emde <[email protected]>
[Fix #12151] Make `Layout/EmptyLineAfterGuardClause` allow `:nocov:` directive

Resolves #12151.

This PR makes `Layout/EmptyLineAfterGuardClause` allow `:nocov:` directive
aft...

77a6b227096e88a639e518cf3e11e3d603d6accc authored over 1 year ago by Koichi ITO <[email protected]>
Constantize fixed arrays of `Style/SymbolArray`

b1c67e9dbdc2984bd5087b76c0b4467b718e5af9 authored over 1 year ago by Koichi ITO <[email protected]>
Use RuboCop RSpec 2.24

This commit uses RuboCop RSpec 2.24 and suppresses the following `RSpec/FilePath` error:

```con...

aab9391e5a037e41e2223e18e709588cc272aab1 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12195] Fix a false negative for `Layout/SpaceAfterNot`

Fixes #12195.

This PR fixes a false negative for `Layout/SpaceAfterNot`
when a newline is prese...

4ba4104507d3f765d2c9ad1d52abee397ba226c0 authored over 1 year ago by ymap <[email protected]>
[Fix #12181] Fix an incorrect autocorrect for `Lint/UselessAssignment`

Fixes #12181.

This PR fixes an incorrect autocorrect for `Lint/UselessAssignment`
when variable...

9c0b891207e25dbfabe833fdbbd60c364add9961 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12171] Fix a false positive for `Style/ArrayIntersect`

Fixes #12171.

This PR fixes a false positive for `Style/ArrayIntersect`
when using block argume...

d740953654b854d8db0fea9b5fe96843bdc024f7 authored over 1 year ago by Koichi ITO <[email protected]>
[Docs] Tweak the doc for `Style/YodaExpression`

1042911d9d20e4b9b9c9bed96f65eb9f25c93882 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12182] Fix an error for `Lint/UselessAssignment`

Fixes #12182.

This PR fixes an error for `Lint/UselessAssignment`
when variables are assigned w...

a2eb409186b19e0e2489d17f10d250f1d0bbb99a authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12193 from ymap/fix_a_false_positive_for_layout_redundant_line_break

[Fix #12192] Fix a false positive for `Layout/RedundantLineBreak`

bc2ec8385bf23921eec1605c7fd38e96d85ecf1d authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12192] Fix a false positive for `Layout/RedundantLineBreak`

Fixes #12192.

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

cd1bdeb71bef217031d872d1fb766e16a56a9e3c authored over 1 year ago by ymap <[email protected]>
Merge pull request #12191 from koic/fix_a_false_positive_for_layout_space_around_operators

[Fix #12190] Fix a false positive for `Layout/SpaceAroundOperators`

d06288ae9233e557a58379f28057269f58f4362e authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12185 from tagliala/bugfix/add-minimum-required-ruby-version-to-layout-heredoc-indentation

Set target version for Layout/HeredocIndentation

4b0905776f893b670c19d4f2e038d94fb3dcc5d4 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12190] Fix a false positive for `Layout/SpaceAroundOperators`

Fixes #12190.

This PR fixes a false positive for `Layout/SpaceAroundOperators`
when aligning op...

3efcef1de8b2be0a24a5bfad47dfd597687201a0 authored over 1 year ago by Koichi ITO <[email protected]>
Set target version for `Layout/HeredocIndentation`

The squiggly heredoc syntax was introduced in Ruby 2.3. Therefore, this
linter should not flag a...

61cc07abc199562812a17527bd93b914eac78d22 authored over 1 year ago by Geremia Taglialatela <[email protected]>
Merge pull request #12188 from ymap/fix_an_incorrect_autocorrect_for_style_sole_nested_conditional

[Fix #12187] Fix an incorrect autocorrect for `Style/SoleNestedConditional`

e3b72ee3f1a558782435a2bab108ae10d01da886 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12189 from rubocop/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

b20b3089e949bd2b5cbfaf9d7631deeeab572436 authored over 1 year ago by Koichi ITO <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

a6d12356f5bb44d82b55e0e5934dab12fa0f36a8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Fix rubocop#12187] Fix an incorrect autocorrect for `Style/SoleNestedConditional`

Fixes rubocop#12187.

This PR fixes an incorrect autocorrect for `Style/SoleNestedConditional`
w...

aaec1a21a7144106db1e49a7ffd30b6d24ff188a authored over 1 year ago by ymap <[email protected]>
Remove comments in `Style/InvertibleUnlessCondition` for Rails

This is a change similar to https://github.com/rubocop/rubocop/commit/ffa0c10.

It will be imple...

9f20aa39003fae55366d6d2f9264506833ece0ea authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12183 from koic/fix_an_incorrrect_autocorrect_for_style_multiline_ternary_operator

Fix an incorrect autocorrect for `Style/MultilineTernaryOperator`

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

This PR fixes an incorrect autocorrect for `Style/MultilineTernaryOperator`
when returning a mul...

e939335cdf85b0befc4bd46d2d0e2c64571b51cc authored over 1 year ago by Koichi ITO <[email protected]>
[Docs] Add Helix to the LSP doc

This PR adds [Helix](https://docs.helix-editor.com/languages.html) to the LSP doc.

dad9147ed06bd89282fe8535be37400232ea8802 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12174 from koic/fix_a_false_positive_for_style_empty_case_condition

[Fix #12172] Fix a false positive for `Style/EmptyCaseCondition`

cb89f9745d27272885edf39de583d0b76939d7e2 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12169 from owst/fix_bug_in_style_arguments_forwarding_with_duplicate_sends

[Fix #12168]: Fix bug in `Style/ArgumentsForwarding`

ab65d1835122d949d044b2de0283329601451d88 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12168]: Fix bug in `Style/ArgumentsForwarding`

We were using nodes as Hash keys, which is not supported - the metadata
(source location) is not...

69503006c5b29ab7c93b9f2626fcbb2f2f3aa9d1 authored over 1 year ago by Owen Stephens <[email protected]>
[Fix #12172] Fix a false positive for `Style/EmptyCaseCondition`

Fixes #12172.

This PR fixes a false positive for `Style/EmptyCaseCondition`
when using `return`...

ed00680bd7c333e4c5815600ab9ecabe4af0fbc8 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12170 from koic/make_internal_affairs_redundant_method_dispatch_node_aware_of_method_p

Make `InternalAffairs/RedundantMethodDispatchNode` aware of `method?`

87587b8979ce1d67d039f132271191f1730027d8 authored over 1 year ago by Koichi ITO <[email protected]>
Make `InternalAffairs/RedundantMethodDispatchNode` aware of `method?`

This PR makes `InternalAffairs/RedundantMethodDispatchNode` aware of `method?`:

```ruby
# bad
n...

63b7893d0eba4f2c35d690088b88119f5d1c8d71 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12162] Fix an error for `Bundler/DuplicatedGroup`

Fixes #12162.

This PR fixes an error for `Bundler/DuplicatedGroup` when
there's a duplicate set...

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

0b3fbae0b5715932235530b5b8525beba0667507 authored over 1 year ago by Koichi ITO <[email protected]>
Cut 1.56.2

b85e080c2528b298d9c8b96db7845537af10f3ff authored over 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

7a35bde9d538bdc502312cad43d398cc5cf9f376 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Merge pull request #12161 from ymap/fix_duplicate_word_typos

Fix duplicate word typos

27744269060da77d3a102def3b9b225a4974e575 authored over 1 year ago by Koichi ITO <[email protected]>
Fix duplicate word typos

2d741ee7331861daf93578d2d6a8b920e11c74ec authored over 1 year ago by ymap <[email protected]>
[Fix #12154] Fix incorrect `diagnosticProvider` value of LSP

Fixes #12154.

This PR fixes incorrect `diagnosticProvider` value of LSP.

`diagnosticProvider` ...

c4cb471a506a0c6b60aeb6b5c8a90e6378200bb2 authored over 1 year ago by Koichi ITO <[email protected]>
[Docs] Add Emacs (LSP Mode) to the LSP doc

Follow up https://github.com/emacs-lsp/lsp-mode/pull/4090.

Emacs LSP Mode supports the built-in...

6ac9eceacb0d8d1aee498722f538d7c7539c219e authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12155 from koic/fix_a_false_positive_for_layout_redundant_line_break

Fix a false positive for `Layout/RedundantLineBreak`

0e1d4da22d4b7e8a8270d9d828638e4e41e13ea5 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12157 from kyoshidajp/update_doc_create_a_new_cop

Update document in create a new cop

4f46bc446785743db5df9d2950be8ca8b2afe6d7 authored over 1 year ago by Koichi ITO <[email protected]>
Update document in create a new cop

8829d3304e00c1c96f56d90d77ea398b1b212306 authored over 1 year ago by Katsuhiko YOSHIDA <[email protected]>
Fix a false positive for `Layout/RedundantLineBreak`

This PR fixes false positive for `Layout/RedundantLineBreak` to prevent the following infinite l...

90cd056ce085421fc3157832401fec68a4e11223 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12153 from koic/suppress_warning_bigdecimal_will_be_bundled_gem

Suppress a Ruby warning when using Ruby 3.3.0dev

bea319d6ec9a7c070c16bd5e8cd089b8ca93c152 authored over 1 year ago by Koichi ITO <[email protected]>
Suppress a Ruby warning when using Ruby 3.3.0dev

Follow up https://github.com/ruby/ruby/commit/1c93288f8bbf667cb95eb7137b2fe64213894b77.

This PR...

b1b7742cbbc870bff44d53e57efd9203c5066f41 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12148 from koic/fix_an_incorrect_autocorrect_for_lint_non_atomic_file_operation

Fix an incorrect autocorrect for `Lint/NonAtomicFileOperation`

0ff3a62c1357acc25f1fe22ed364b272d21b9f40 authored over 1 year ago by Koichi ITO <[email protected]>
Fix an incorrect autocorrect for `Lint/NonAtomicFileOperation`

This PR fixes an incorrect autocorrect for `Lint/NonAtomicFileOperation`
when using `FileUtils.r...

7aaf70fdad9e9ab2019f760bd957a6a440806607 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12139 from ymap/fix_a_false_positive_for_layout_line_continuation_leading_space

[Fix #12138] Fix a false positive for `Layout/LineContinuationLeadingSpace`

342bbbe82043509e006741a88d3413d6a9574480 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12138] Fix a false positive for `Layout/LineContinuationLeadingSpace`

Fixes rubocop#12138.

This PR fixes a false positive for `Layout/LineContinuationLeadingSpace`
w...

5b47705aba115afd7fdb9686b69cef6290a941ee authored over 1 year ago by ymap <[email protected]>
Merge pull request #12145 from koic/fix_a_false_positive_for_lint_to_enum_arguments

[Fix #12143] Fix a false positive for `Lint/ToEnumArguments`

4c83f86a52509aca58323ada0c3c25eb9e51ca75 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12143] Fix a false positive for `Lint/ToEnumArguments`

Fixes #12143.

This PR fixes a false positive for `Lint/ToEnumArguments`
when using anonymous ke...

f1b2832c2ca20cde33181913907af2d6fc0ce1b1 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12142 from owst/correct_style_arguments_forwarding_with_additional_kwarg

[Fix #12141] Fix false positive for `Style/ArgumentsForwarding`

de6971bbdd425e76b284777dfd04a7f5a6417ae6 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12141] Fix false positive for `Style/ArgumentsForwarding`

If additional kwargs are supplied then forward-all (`...`) cannot be
used.

81ce84fe6e6e42e2d1def115b12c22e82682d831 authored over 1 year ago by Owen Stephens <[email protected]>
Switch back the docs version

51ed9ab6812f03e2cd5ace714fdcf48f8970978a authored over 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.56.1

24e7411d9606fd064e720ecb65a965646b6f8a06 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

a3c111b38a1ea88c1c2edc47ad54260f51ed8bb1 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Fix a false negative for `Layout/LeadingCommentSpace`

This PR fixes a false negative for `Layout/LeadingCommentSpace`
when using `#+` or `#-` as they ...

53433c4100d1628eed8518e5e1e8dfc1cb52c043 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12134] Fix a false positive for `Style/MethodCallWithArgsParentheses`

Fixes #12134.

This PR fixes a false positive for `Style/MethodCallWithArgsParentheses`
when par...

ce93abdb36b8d1ac6f5732567e1cea13376a62b8 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12133 from r7kamura/style-redundant-self-assignment-branch-heredoc

Fix `Style/RedundantSelfAssignmentBranch` to handle heredocs

68152904be485342c3241f109f360efd25d7951a authored over 1 year ago by Koichi ITO <[email protected]>
Fix `Style/RedundantSelfAssignmentBranch` to handle heredocs

75580b36f81ae08095b0d88eb854ab93f25141b2 authored over 1 year ago by r7kamura <[email protected]>
Use squiggly heredoc

dd299948479c15cc7dd254a339631d241938b20b authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12127 from ItsEcholot/bugfix/required_ruby_version_gem_requirement_matching

[Fix #12105] Adjust target ruby gem requirement matcher and version parsing to support multiple ...

23dc4de9b202e291c9f3dc3e6d0e37e46ef6cdbf authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12105] Adjust target ruby gem requirement matcher and version parsing to support multiple version constraints

[Fix #12105] Add changelog entry

[Fix #12105] Fix changelog entry

252af0d4e517b3fabdb926a4cc22f90ca9a479f2 authored over 1 year ago by Marc Berchtold <[email protected]>
Merge pull request #12121 from chulkilee/fix-warning

Fix instance variable not initialized warning

2cb9dea506ac3c4fb033ac5d51584ec71a62db52 authored over 1 year ago by Koichi ITO <[email protected]>
fix instance variable not initialized warning / memoization

f8f5875b465e119e5cb556b47914aba09f606513 authored over 1 year ago by Chulki Lee <[email protected]>
[Fix #12124] Fix false positives for `Style/RedundantParentheses`

Fixes #12124.

This PR fixes false positives for `Style/RedundantParentheses` when
parentheses i...

909564c356b44e9b4dc20537781bcc7cc033cf1c authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12113] Fix a false positive for `Bundler/DuplicatedGroup`

Fix #12113.

This PR fixes a false positive for `Bundler/DuplicatedGroup`
when groups are duplic...

dfddfa942e1f4bcea44452dc0e81737c2ce6932d authored over 1 year ago by Koichi ITO <[email protected]>
Fix a PR number in a changelog entry

aba88959eea0551cf4c47824fa5a45a7c92ca945 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12120 from koic/fix_a_false_positive_for_style_symbol_array

Fix false positives for `Style/SymbolArray`

9a143e667793588893b8436ff849ebaf009d9891 authored over 1 year ago by Koichi ITO <[email protected]>
Fix false positives for `Style/SymbolArray`

This PR fixes false positives for `Style/SymbolArray`
when `%i` array containing unescaped `[`, ...

89eb905332f627ee56d64a865e5e372a71485575 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12118 from owst/fix_arguments_forwarding_splat_without_block

[Fix #12117] Fix `Style/ArgumentsForwarding` when not always forwarding a block

5ca04a234a61c1a694bfd3bd66fd613a47807083 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12117] Fix `Style/ArgumentsForwarding` when not always forwarding a block

62a7cb9932271b386cc4c790278c3442b3438af4 authored over 1 year ago by Owen Stephens <[email protected]>
Use RuboCop Performance 1.19

This commit uses RuboCop Performance 1.19 and suppresses the following new offenses:

```console...

5b9ca710fa172e0725d1c208f33f6d344f76deb6 authored over 1 year ago by Koichi ITO <[email protected]>
Use `delete_prefix` and `delete_suffix`

b6e294fc1ef40bd8a6eb5a0a941456d3d1be4fa3 authored over 1 year ago by Koichi ITO <[email protected]>
Fix an error for `Style/Lambda`

This PR fixes the following error for `Style/Lambda`
when using numbered parameter with a multil...

d929f688c7d1e68caa1f806ee1b1ca4d55a89fdc authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12111] Fix an error for `Bundler/DuplicatedGroup`

Fixes #12111.

This PR fixes an error for `Bundler/DuplicatedGroup`
group declaration has keywor...

d9219f104bd49a0ec7dcb8ecad815268c0dfe31d authored over 1 year ago by Koichi ITO <[email protected]>
[Docs] Update example of `rubocop -V`

RuboCop still supports Ruby 2.7 as a runtime, but the Ruby version is EOL.

7d192907a118cd93d69d364e100632500ca7d92e authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #12110 from ydah/fix/12109

[Fix: #12109] Fix an error for `Style/ArgumentsForwarding` cop when forwarding kwargs/block arg ...

ff8c5fff039a04cdfea1025ccec9a3b3bd5d0f5d authored over 1 year ago by Koichi ITO <[email protected]>
[Fix: #12109] Fix an error for `Style/ArgumentsForwarding` cop when forwarding kwargs/block arg and an additional arg

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

1fbfb83c587d467eac30665a9ebadcd4694a0b40 authored over 1 year ago by ydah <[email protected]>
Switch back the docs version

1e143c9093f68bb3443f55e5edae8f766fa68f41 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.56

e597ca1121705764b6d009ff85a0caf8cd98000c authored over 1 year ago by Bozhidar Batsov <[email protected]>
Tweak whitespace

3036b2c4eff493f1032964a988c739e3ad14d839 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Update Changelog

74f00323ddc76a98797c099483ace3dfbbf58149 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Add new `Bundler/DuplicatedGroup` cop (#12074)

964235ce6453f13851dc88118ed4d954d6aa788f authored over 1 year ago by OwlKing <[email protected]>
With `--fail-level A` ignore non-correctable offenses at :info severity

The current implementation of `--fail-level autocorrect` fails for all
offenses, no matter what....

c078235581f0c361c441c35b78de1d3e94c15874 authored over 1 year ago by Evan Goldenberg <[email protected]>
Merge pull request #12103 from owst/fixup_additional_args_forwarding

[Fix #12087] Fix false positives for Style/ArgumentsForwarding

320ac56ee32ba2014c04919ae723b7871abb43ea authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #12087] Fix false positives for Style/ArgumentsForwarding

Additionally fixes:
* #12089
* #12096
* #12100

In Ruby < 3.2 this cop was overzealous and not c...

08e614ff64f153fff8b746619f28701a5a79e732 authored over 1 year ago by Owen Stephens <[email protected]>