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

Fix `Style/AccessorGrouping` to accept macros separated from accessors by space

248bc6973109155ea743d8ff7f2e46abcfeb777e authored over 1 year ago by fatkodima <[email protected]>
Merge pull request #11890 from koic/fix_a_false_negative_for_lint_redundant_safe_navigation

Fix a false negative for `Lint/RedundantSafeNavigation`

ad857c6729648902ec6b3c101d57b6994bcdcf9a authored over 1 year ago by Koichi ITO <[email protected]>
Fix a false negative for `Lint/RedundantSafeNavigation`

This PR fixes a false negative for `Lint/RedundantSafeNavigation`
when `&.` is used for `to_d`.

eb63d6aea7109a071fcd7314594efac36b124b6c authored over 1 year ago by Koichi ITO <[email protected]>
Use `Symbol#start_with?`

It never multiline matches against method name.

8c01e7239ab45b0c7ffc7883de376914eff13136 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11889 from djpowers/patch-1

Add integration info for Helix Editor

b0a348b868ad0e276c2d83b0284ec8f496441cda authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11877 from dgollahon/remove-unused-test-setup

Remove superfluous test setup

8e101b0420219e8fc1f8ae6f39311c16c675e820 authored over 1 year ago by Koichi ITO <[email protected]>
Add editor integration info for Helix Editor

f74c8c0da93d6e11472497119d3534b7f7f4c05c authored over 1 year ago by Dave Powers <[email protected]>
Use RuboCop Performance 1.18

This commit bumps RuboCop Performance to 1.18 and suppresses the following offeneses:

```consol...

4b3165f2b7ce2a0efa550bcbce039f13fc10cddf authored over 1 year ago by Koichi ITO <[email protected]>
Tweak an offense message for `Style/EvalWithLocation`

bab5cbf41b42bbb053baf8948ab58301a3b83cee authored over 1 year ago by Koichi ITO <[email protected]>
Use `RuboCop::AST::ConstNode#namespace`

14459462ca8655a89ec4d42e2370b3f93aeb086e authored over 1 year ago by Koichi ITO <[email protected]>
Tweak the doc for `Style/RescueModifier`

Similar sentences were repeated.

da1412f95ada7a78f103530c97c306e1715690a5 authored over 1 year ago by Koichi ITO <[email protected]>
Add new `Style/RedundantRegexpConstructor` cop

This PR adds new `Style/RedundantRegexpConstructor` cop that checks for
the instantiation of reg...

288eb0be023a5299f1f985476a755e4226e0126f authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11884] Make `rubocop -V` display rubocop-factory_bot version when using it

Fixes #11884.

This PR makes `rubocop -V` display rubocop-factory_bot version when using it.

Al...

a9786e322f97147d3ff5f3f5ff67c5829ac08961 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11880] Fix a false positive for `Style/ExactRegexpMatch`

Fixes #11880.

This PR fixes a false positive for `Style/ExactRegexpMatch` when using
literal wi...

b702c620da19164a0499a238b993057606aafd5f authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11881 from rubocop/dependabot/github_actions/codespell-project/actions-codespell-2

Bump codespell-project/actions-codespell from 1 to 2

0313507d303e32cdfce6bae517e23b45fb1060e8 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11879 from koic/fix_a_false_positive_for_style_select_by_regexp

Fix a false positive for `Style/SelectByRegexp` when Ruby 2.2 or lower analysis

52aa39a2e3e4cff95c8d53b9a52da9a810ffbd49 authored over 1 year ago by Koichi ITO <[email protected]>
Bump codespell-project/actions-codespell from 1 to 2

Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespe...

f59a5570b3115eda829be773bff1c3136036e846 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix a false positive for `Style/SelectByRegexp` when Ruby 2.2 or lower analysis

This PR fixes a false positive for `Style/SelectByRegexp` when using regexp mismatching
with Rub...

d66fe187f0742645993ca78b418004cd485deeb0 authored over 1 year ago by Koichi ITO <[email protected]>
Add the doc and tweak some specs for `Lint/MissingSuper`

This commit adds the doc and tweak some specs for `Lint/MissingSuper`.

`Lint/MissingSuper`'s au...

8c92d1a8b9c81b01e59be0d9d0002a68afcced53 authored over 1 year ago by Koichi ITO <[email protected]>
Remove superfluous test setup

- Drops a number of unused `let`s.
- In one case, I attempted to recreate what appeared to be th...

720109f9775526275c6b07c433c18736041c5774 authored over 1 year ago by Daniel Gollahon <[email protected]>
Add new `Style/RedundantFilterChain` cop

23ef75fb7d3ab01d86b97aff08369e4b08126595 authored over 1 year ago by fatkodima <[email protected]>
Add `ComparisonsThreshold` config option to `Style/MultipleComparison`

37ee25f50746113600011d9a87fcc14121b58499 authored over 1 year ago by fatkodima <[email protected]>
Switch back the docs version

7c55b9265887e921eb431ea83645c70d2aedb9a7 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.51 to celebrate RubyKaigi 2023

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

0d04592548fd033fadf47e9a91ed37e354281728 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Fix a false positive for `Lint/IncompatibleIoSelectWithFiberScheduler`

This PR fixes a false positive for `Lint/IncompatibleIoSelectWithFiberScheduler`
when using exce...

0970cc155bc9fd70742220cd6517a90725a7ebc2 authored over 1 year ago by Koichi ITO <[email protected]>
Add new `Style/ExactRegexpMatch` cop

This PR adds new `Style/ExactRegexpMatch` cop
that checks for exact regexp match inside Regexp l...

922501fae2835d9479fa9d7f01f312bbfeda89b2 authored over 1 year ago by Koichi ITO <[email protected]>
Mark some cops as unsafe

This PR marks `Style/DataInheritance` as unsafe autocorrect, `Style/OpenStructUse` as unsafe,
an...

7cda5aedc5ccf24ce53bccdb258a9e4dbac3ec16 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11872 from Bhacaz/fix_development_dependencies_cop_with_arguments

Fix Gemspec/DevelopmentDependencies not trigger when add_development_…

824441bb24854f4066ff96d364fb10032a614a99 authored over 1 year ago by Koichi ITO <[email protected]>
Fix Gemspec/DevelopmentDependencies not trigger when add_development_dependency has more then one arguments

e768851a14801abb8985fda55fe3472a2e36e45c authored over 1 year ago by Jean-Francis Bastien <[email protected]>
Merge pull request #11870 from fatkodima/fix-hash_except-incorrect-arguments

Fix a false positive for when method's receiver/argument is not the same as block key argument

7ef86299d81916e1927442049dff8fe8515540e0 authored over 1 year ago by Koichi ITO <[email protected]>
Fix a false positive for when method's receiver/argument is not the same as block key argument

1fdb7d62599f391fdc0ba3480956c0726bbb322a authored over 1 year ago by fatkodima <[email protected]>
Fix an error for `Style/IfInsideElse`

This PR fixes the following error for `Style/IfInsideElse` when
a deep nested multiline `if...th...

de330b3e12cc8a0696648b1dced1e198a29ced95 authored over 1 year ago by Koichi ITO <[email protected]>
Make `Style/Semicolon` aware of string interpolation

Follow up https://github.com/rubocop/rubocop/issues/11861.

> I would probably expect rubocop to...

d9efbe2747f4a36832647d3106b3df605ad08287 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11510 from sambostock/useless-assignment-bug

Fix `Lint/UselessAssignment` false positive

ec970d78705646f7d52dc32150ba112f77843d4f authored over 1 year ago by Koichi ITO <[email protected]>
Fix `Lint/UselessAssignment` false positive

A variable assigned in a block is not unused, if it was captured from
the surrounding scope, whe...

d5e2e608ec750ad29d4383dda7e1a4b26d8501f4 authored over 1 year ago by Sam Bostock <[email protected]>
Merge pull request #11865 from koic/fix_a_false_positive_for_naming_constant_name

Fix an error for `Naming/ConstantName`

4b6ccdd3442d4bbe71522da0819aa201a6770674 authored over 1 year ago by Koichi ITO <[email protected]>
Fix an error for `Naming/ConstantName`

Fixes https://github.com/rubocop/rubocop/issues/8422#issuecomment-1540027264.

This PR fixes an ...

fa617004f26d4613faec0fb27428ac830270e4e3 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11861] Fix a false positive for `Layout/SpaceAfterSemicolon`

Fixes #11861.

This PR fixes a false positive for `Layout/SpaceAfterSemicolon`
when no space bet...

0bbce1ab6f6988563f1d2fd22461c89152a1fbab authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11863 from koic/fix_an_incorrect_autocorrect_for_style_guard_clause

[Fix #11862] Fix an incorrect autocorrect for `Style/GuardClause`

b8005a4464417ad53d7e3fa02ea601346a0b6252 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11862] Fix an incorrect autocorrect for `Style/GuardClause`

Fixes #11862.

This PR fixes an incorrect autocorrect for `Style/GuardClause`
when using `raise`...

91fc1beed7b9eac6b577a4598aa98226175b8347 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11859 from ydah/add-rubocop-factory_bot-to-suggested-extensions

Add rubocop-factory_bot to suggested extensions and extension doc

c567e1d59f9c5f3ae0fecdfeb97613a017a3b904 authored over 1 year ago by Koichi ITO <[email protected]>
Add rubocop-factory_bot to suggested extensions and extension doc

This PR adds [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) to the `Sugge...

cdfd684a47e0f21106ede0af08a29bee4c47fe54 authored over 1 year ago by ydah <[email protected]>
Add dev docs on preventing correction clobbering

It may not be obvious to contributors how to resolve the problem of
correction clobbering, requi...

9b9e7354cb4963311485706f46f31b747ae9e404 authored over 1 year ago by Sam Bostock <[email protected]>
Merge pull request #11858 from reitermarkus/patch-2

Fix `find_end_line` for block nodes.

df6b79712a4b5086776fb640512aa4db2bde0c8f authored over 1 year ago by Koichi ITO <[email protected]>
Fix `find_end_line` for blocks.

3a804768c475b8a49b90db941fb1eba287f02c8c authored over 1 year ago by Markus Reiter <[email protected]>
Fix a build error

This commit fixes the following build error:

```console
$ bundle exec rspec './spec/rubocop/cop...

3a83872bf8b668a4fff321eb2b25cec001bd76c2 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11597] Add autocorrection for `Lint/UselessAssignment`

b0c64fd201e0c9470de8d1352f74d90954b6b15a authored over 1 year ago by r7kamura <[email protected]>
Simplify `inspect` output

When debugging errors, cops and configs may be inspected as part of
error messages.

Extremely l...

c48fc9f0d3c9b011c06b8de3c62b3cca55a9e85a authored over 1 year ago by Sam Bostock <[email protected]>
[Fix #11849] Fix an error for `Style/ConditionalAssignment`

Fixes #11849.

This PR fixes an error for `Style/ConditionalAssignment`
when `EnforcedStyle: ass...

6d307bdf1e21ceb0a47d74dbc0d37fd7a32e3d5a authored over 1 year ago by Koichi ITO <[email protected]>
Add autocorrection for `Style/CombinableLoops`

122962c288a022943eb024c79656f87eee04e393 authored over 1 year ago by r7kamura <[email protected]>
Use RuboCop RSpec 2.22

https://github.com/rubocop/rubocop-rspec/releases/tag/v2.22.0

8722de8d13687be406e0b4d81155d7bd81ba8a3e authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11855 from r7kamura/style-combinable-loops-refactor

Remove unnecessary `Symbol#to_s` used for Ruby 2.6- compatibility

3b9adcfe68f044ec5cd56a4e1484b15870961723 authored over 1 year ago by Koichi ITO <[email protected]>
Remove unnecessary `Symbol#to_s` used for Ruby 2.6- compatibility

1272b9865d5c47cf941e2aeab191257c01f591f2 authored over 1 year ago by r7kamura <[email protected]>
Merge pull request #11853 from koic/fix_an_incorrect_autocorrect_for_style_eval_with_location

[Fix #11852] Fix an incorrect autocorrect for `Style/EvalWithLocation`

4902fc6a84169dc26a5ae87c4237084038331e14 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11852] Fix an incorrect autocorrect for `Style/EvalWithLocation`

Fixes #11852.

This PR fixes an incorrect autocorrect for `Style/EvalWithLocation`
when using `e...

7fd3571df78ef2ea504573c1bad8b872e0b94c01 authored over 1 year ago by Koichi ITO <[email protected]>
Add autocorrection for `Lint/Void`

bfc5408c850ca493f78208b988d4a68c6f84d052 authored over 1 year ago by r7kamura <[email protected]>
Add autocorrection for `Naming/MemoizedInstanceVariableName`

ca75fbc2c06360c55415f47703b61372540fa480 authored over 1 year ago by r7kamura <[email protected]>
Use RuboCop RSpec 2.21

https://github.com/rubocop/rubocop-rspec/releases/tag/v2.21.0

9cac38cc2fd6b4b8b0b7e000ee3fe1de82cea610 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11846] Fix a false positive for `Lint/RedundantStringCoercion`

Fixes #11846.

This PR fixes a false positive for `Lint/RedundantStringCoercion`
when using `to_...

19ff505a83c776ebd99f33ece3804e77b3b00532 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11844] Fix a false positive for `Style/RedundantLineContinuation`

Fixes #11844.

This PR fixes a false positive for `Style/RedundantLineContinuation` when
using l...

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

This PR fixes the following error for `Style/IfUnlessModifier`
when using multiple `if` modifier...

23e80f25a0fa854104746278794ededb27cb4c69 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11835 from koic/fix_an_error_for_style_require_order

Fix an error for `Style/RequireOrder`

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

This PR fixes the following error for `Style/RequireOrder` when multiple `require` are not sorte...

1e3afe73fa6e49d96f49cbe03d1609733351e0ab authored over 1 year ago by Koichi ITO <[email protected]>
[Doc] Tweak command prompt character

This commit makes the prompt character consistent with `$`.

db22e0c833812d5811dc9bac3b91937bddc6fa23 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11826 from r7kamura/lint-top-level-return-exclude

Exclude `**/*.jb` from `Lint/TopLevelReturnWithArgument`

03ce5917fab15fda274ad984e23bfbb87fafb9b5 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11824 from r7kamura/lint-top-level-return-autocorrect

Add autocorrection for `Lint/TopLevelReturnWithArgument`

45df9f1b9638d91b09bdcba3d3c4e13bce41fa57 authored over 1 year ago by Koichi ITO <[email protected]>
Add autocorrection for `Lint/TopLevelReturnWithArgument`

Co-authored-by: Koichi ITO <[email protected]>

52d2d21a7de4d321f6219d9f855b3bfea1b92fb9 authored over 1 year ago by r7kamura <[email protected]>
Exclude `**/*.jb` from `Lint/TopLevelReturnWithArgument`

Co-authored-by: Koichi ITO <[email protected]>

4634a9eb7a9430ad5d95529d2723fb99c25ac81c authored over 1 year ago by r7kamura <[email protected]>
Merge pull request #11823 from koic/fix_an_error_for_layout_space_inside_block_braces

[Fix #11822] Fix an error for `Layout/SpaceInsideBlockBraces`

6edb065bcf6a15ed3a9cecffcf6525514f03b41d authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11816 from thomthom/patch-1

Add rubocop-sketchup to list of third party extensions.

f19e23cef8d88e3863e1a93cc26e6304b1b8d7c4 authored over 1 year ago by Koichi ITO <[email protected]>
Add rubocop-sketchup to list of third party extensions.

e67c7d4fbcd8b6eb7839f90ea7d15eb4b4ab5aa4 authored over 1 year ago by Thomas Thomassen <[email protected]>
Merge pull request #11821 from r7kamura/fix-empty-conditional-body

[Fix #11820] Fix `Lint/EmptyConditionalBody` false-positives for commented empty `elsif` body

b980e7cd1b691aa9121b77b6bc4456146eb326e8 authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11820] Fix `Lint/EmptyConditionalBody` false-positives for commented empty `elsif` body

Co-authored-by: Koichi ITO <[email protected]>

4aa6989fb7f01a5f251cc2bc8c9306fa4055b834 authored over 1 year ago by r7kamura <[email protected]>
[Fix #11822] Fix an error for `Layout/SpaceInsideBlockBraces`

Fixes #11822.

This PR fixes an error for `Layout/SpaceInsideBlockBraces`
when a method call wit...

13d373c323babfe4bca5df6991d5eecfa3ff4ea4 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11819 from r7kamura/ambiguous-block-association-autocorrection

Add autocorrection for `Lint/AmbiguousBlockAssociation`

baa08d93db56f6c3bdcd6b9fa119234ecb087b52 authored over 1 year ago by Koichi ITO <[email protected]>
Add autocorrection for `Lint/AmbiguousBlockAssociation`

3d5adae971fbe97952146fdc9da45dcf726ee89e authored over 1 year ago by r7kamura <[email protected]>
Merge pull request #11818 from koic/use_test_queue_for_rspec4

Use test-queue for RSpec 4.0 (dev)

fae34fee667404285bd235ad86cfd57f52523e78 authored over 1 year ago by Koichi ITO <[email protected]>
Use test-queue for RSpec 4.0 (dev)

Follow up https://github.com/rubocop/rubocop/pull/10806#discussion_r918415067.

test-queue 0.7.0...

ffd4abaa07cb71fa7c12df6432c75668e68946e7 authored over 1 year ago by Koichi ITO <[email protected]>
[Doc] Syntax highlight for `Style/Copyright`

3877dd044cc7d83cb2d107da99bea3b968f9a40e authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11812] Fix a false negative for `Style/Attr`

Fixes #11812.

This PR fixes a false negative for `Style/Attr`
when using `attr` and method defi...

43565804614c747982a97d75f77efa52da576969 authored over 1 year ago by Koichi ITO <[email protected]>
Make `Style/CollectionCompact` aware of `delete_if`

This PR makes `Style/CollectionCompact` aware of `delete_if`.

Note, `Enumerator` does not have ...

dcb7d4a7716215eb2c49433c6cfe2edacaaf3a8e authored over 1 year ago by Koichi ITO <[email protected]>
Specify rspec/rspec-metagem instead of rspec/rspec

Follow up https://github.com/rspec/rspec-metagem/commit/a6fb2b4.

rspec/rspec has been renamed t...

95426a2ab3ebc548235cad57de995aadd70bb65b authored over 1 year ago by Koichi ITO <[email protected]>
[Doc] Remove incorrect text highlighting for `Style/Documentation`

This commit fixes an issue that caused incorrect highlighting due to incorrect usage of `"`.
htt...

88c602a4e6a7968355e47b6b0e6ebfe95b3ee0d2 authored over 1 year ago by Koichi ITO <[email protected]>
[Doc] Fix the doc for `Style/ColonMethodCall`

This commit fixes the following issue where missing quotes cause missing text.

> Checks for met...

bd8307903d57b406a597cf8acb6c9ec05a546ccc authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11810 from koic/fix_an_incorrect_autocorrect_for_naming_rescued_exceptions_variable_name

[Fix #11809] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`

1b0b98a82c2d4bdc1e57ad0cb410370a68a522d9 authored over 1 year ago by Koichi ITO <[email protected]>
[Doc] Tweak example layout for `Style/InvertibleUnlessCondition`

c94b2bda698a1e1a7e882ab2b4dff41599631b12 authored over 1 year ago by Koichi ITO <[email protected]>
Remove incorrect examples for `Style/InvertibleUnlessCondition`

`one?` and `many?` are not inverse methods.

c117aa1f6286d832a719cc46bd9a07a52573369d authored over 1 year ago by Koichi ITO <[email protected]>
[Fix #11809] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`

Fixes #11809.

This PR fixes an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`...

091405a4f1aa6440dd975d0a003648ad7bccf66f authored over 1 year ago by Koichi ITO <[email protected]>
Use RuboCop RSpec 2.20

This commit bumps RuboCop RSpec to 2.20 and suppresses the following offeneses:

```console
$ bu...

480b936059841c01cc6b4eff49284c12298b70fc authored over 1 year ago by Koichi ITO <[email protected]>
Fix a false positive for `Style/RegexpLiteral`

This PR fixes a false positive for `Style/RegexpLiteral`
when using a regexp starts with equal a...

e29e631f7df183dd0006e7a8007950f4750eeecc authored over 1 year ago by Koichi ITO <[email protected]>
Drop Ruby 2.6 runtime support

This PR drops Ruby 2.6 runtime support. The next release will be the time to drop Ruby 2.6 suppo...

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

9903b1c9e78ca389b361b134d0e9588634c70305 authored over 1 year ago by Bozhidar Batsov <[email protected]>
Cut 1.50.2

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

90844aef864cdef9883e71e27f1eb22228fe74a6 authored over 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #11803] Update the doc for `Style/RedundantFetchBlock`

Fixes #11803.

This PR adds a note to the doc for `Style/RedundantFetchBlock` about the differen...

f59711f700263c8fd8ad92af6fdaade4f6b85147 authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11799 from koic/fix_a_false_positive_for_style_collection_compact

Fix a false positive for `Style/CollectionCompact`

b5c8dda3469c0b5fdb2bcd6f795d33caa20ba61a authored over 1 year ago by Koichi ITO <[email protected]>
Merge pull request #11805 from tagliala/chore/fix-typo-in-deprecated-attribute-assignment-cop

Fix typo in DeprecatedAttributeAssignment cop

eeffa1000b5c0e14de417f2f0ed995ff8e3ff277 authored over 1 year ago by Koichi ITO <[email protected]>
Fix typo in DeprecatedAttributeAssignment cop

[ci skip]

13eef33ef3d52c2c8bf74368a374ae48c817044a authored over 1 year ago by Geremia Taglialatela <[email protected]>
[Fix #11800] Mark `Style/InvertibleUnlessCondition` as unsafe

Fixes #11800.

This PR marks `Style/InvertibleUnlessCondition` as unsafe.
`@safety` is already d...

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