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
248bc6973109155ea743d8ff7f2e46abcfeb777e authored over 1 year ago by fatkodima <[email protected]>
Fix a false negative for `Lint/RedundantSafeNavigation`
ad857c6729648902ec6b3c101d57b6994bcdcf9a authored over 1 year ago by Koichi ITO <[email protected]>
This PR fixes a false negative for `Lint/RedundantSafeNavigation`
when `&.` is used for `to_d`.
It never multiline matches against method name.
8c01e7239ab45b0c7ffc7883de376914eff13136 authored over 1 year ago by Koichi ITO <[email protected]>Add integration info for Helix Editor
b0a348b868ad0e276c2d83b0284ec8f496441cda authored over 1 year ago by Koichi ITO <[email protected]>Remove superfluous test setup
8e101b0420219e8fc1f8ae6f39311c16c675e820 authored over 1 year ago by Koichi ITO <[email protected]>f74c8c0da93d6e11472497119d3534b7f7f4c05c authored over 1 year ago by Dave Powers <[email protected]>
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]>bab5cbf41b42bbb053baf8948ab58301a3b83cee authored over 1 year ago by Koichi ITO <[email protected]>
14459462ca8655a89ec4d42e2370b3f93aeb086e authored over 1 year ago by Koichi ITO <[email protected]>
Similar sentences were repeated.
da1412f95ada7a78f103530c97c306e1715690a5 authored over 1 year ago by Koichi ITO <[email protected]>
This PR adds new `Style/RedundantRegexpConstructor` cop that checks for
the instantiation of reg...
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]>Fixes #11880.
This PR fixes a false positive for `Style/ExactRegexpMatch` when using
literal wi...
Bump codespell-project/actions-codespell from 1 to 2
0313507d303e32cdfce6bae517e23b45fb1060e8 authored over 1 year ago by Koichi ITO <[email protected]>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]>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>
This PR fixes a false positive for `Style/SelectByRegexp` when using regexp mismatching
with Rub...
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]>
- Drops a number of unused `let`s.
- In one case, I attempted to recreate what appeared to be th...
23ef75fb7d3ab01d86b97aff08369e4b08126595 authored over 1 year ago by fatkodima <[email protected]>
37ee25f50746113600011d9a87fcc14121b58499 authored over 1 year ago by fatkodima <[email protected]>
7c55b9265887e921eb431ea83645c70d2aedb9a7 authored over 1 year ago by Bozhidar Batsov <[email protected]>
a38991ddebdfa2dd006b0b3a4fb60721082f2607 authored over 1 year ago by Bozhidar Batsov <[email protected]>
0d04592548fd033fadf47e9a91ed37e354281728 authored over 1 year ago by Bozhidar Batsov <[email protected]>
This PR fixes a false positive for `Lint/IncompatibleIoSelectWithFiberScheduler`
when using exce...
This PR adds new `Style/ExactRegexpMatch` cop
that checks for exact regexp match inside Regexp l...
This PR marks `Style/DataInheritance` as unsafe autocorrect, `Style/OpenStructUse` as unsafe,
an...
Fix Gemspec/DevelopmentDependencies not trigger when add_development_…
824441bb24854f4066ff96d364fb10032a614a99 authored over 1 year ago by Koichi ITO <[email protected]>e768851a14801abb8985fda55fe3472a2e36e45c authored over 1 year ago by Jean-Francis Bastien <[email protected]>
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]>1fdb7d62599f391fdc0ba3480956c0726bbb322a authored over 1 year ago by fatkodima <[email protected]>
This PR fixes the following error for `Style/IfInsideElse` when
a deep nested multiline `if...th...
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]>Fix `Lint/UselessAssignment` false positive
ec970d78705646f7d52dc32150ba112f77843d4f authored over 1 year ago by Koichi ITO <[email protected]>
A variable assigned in a block is not unused, if it was captured from
the surrounding scope, whe...
Fix an error for `Naming/ConstantName`
4b6ccdd3442d4bbe71522da0819aa201a6770674 authored over 1 year ago by Koichi ITO <[email protected]>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]>Fixes #11861.
This PR fixes a false positive for `Layout/SpaceAfterSemicolon`
when no space bet...
[Fix #11862] Fix an incorrect autocorrect for `Style/GuardClause`
b8005a4464417ad53d7e3fa02ea601346a0b6252 authored over 1 year ago by Koichi ITO <[email protected]>Fixes #11862.
This PR fixes an incorrect autocorrect for `Style/GuardClause`
when using `raise`...
Add rubocop-factory_bot to suggested extensions and extension doc
c567e1d59f9c5f3ae0fecdfeb97613a017a3b904 authored over 1 year ago by Koichi ITO <[email protected]>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]>
It may not be obvious to contributors how to resolve the problem of
correction clobbering, requi...
Fix `find_end_line` for block nodes.
df6b79712a4b5086776fb640512aa4db2bde0c8f authored over 1 year ago by Koichi ITO <[email protected]>3a804768c475b8a49b90db941fb1eba287f02c8c authored over 1 year ago by Markus Reiter <[email protected]>
This commit fixes the following build error:
```console
$ bundle exec rspec './spec/rubocop/cop...
b0c64fd201e0c9470de8d1352f74d90954b6b15a authored over 1 year ago by r7kamura <[email protected]>
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]>Fixes #11849.
This PR fixes an error for `Style/ConditionalAssignment`
when `EnforcedStyle: ass...
122962c288a022943eb024c79656f87eee04e393 authored over 1 year ago by r7kamura <[email protected]>
https://github.com/rubocop/rubocop-rspec/releases/tag/v2.22.0
8722de8d13687be406e0b4d81155d7bd81ba8a3e authored over 1 year ago by Koichi ITO <[email protected]>Remove unnecessary `Symbol#to_s` used for Ruby 2.6- compatibility
3b9adcfe68f044ec5cd56a4e1484b15870961723 authored over 1 year ago by Koichi ITO <[email protected]>1272b9865d5c47cf941e2aeab191257c01f591f2 authored over 1 year ago by r7kamura <[email protected]>
[Fix #11852] Fix an incorrect autocorrect for `Style/EvalWithLocation`
4902fc6a84169dc26a5ae87c4237084038331e14 authored over 1 year ago by Koichi ITO <[email protected]>Fixes #11852.
This PR fixes an incorrect autocorrect for `Style/EvalWithLocation`
when using `e...
bfc5408c850ca493f78208b988d4a68c6f84d052 authored over 1 year ago by r7kamura <[email protected]>
ca75fbc2c06360c55415f47703b61372540fa480 authored over 1 year ago by r7kamura <[email protected]>
https://github.com/rubocop/rubocop-rspec/releases/tag/v2.21.0
9cac38cc2fd6b4b8b0b7e000ee3fe1de82cea610 authored over 1 year ago by Koichi ITO <[email protected]>Fixes #11846.
This PR fixes a false positive for `Lint/RedundantStringCoercion`
when using `to_...
Fixes #11844.
This PR fixes a false positive for `Style/RedundantLineContinuation` when
using l...
This PR fixes the following error for `Style/IfUnlessModifier`
when using multiple `if` modifier...
Fix an error for `Style/RequireOrder`
efdd3f58a58bdbfcf2012a75fd53f1aa907e29ad authored over 1 year ago by Koichi ITO <[email protected]>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]>This commit makes the prompt character consistent with `$`.
db22e0c833812d5811dc9bac3b91937bddc6fa23 authored over 1 year ago by Koichi ITO <[email protected]>Exclude `**/*.jb` from `Lint/TopLevelReturnWithArgument`
03ce5917fab15fda274ad984e23bfbb87fafb9b5 authored over 1 year ago by Koichi ITO <[email protected]>Add autocorrection for `Lint/TopLevelReturnWithArgument`
45df9f1b9638d91b09bdcba3d3c4e13bce41fa57 authored over 1 year ago by Koichi ITO <[email protected]>Co-authored-by: Koichi ITO <[email protected]>
52d2d21a7de4d321f6219d9f855b3bfea1b92fb9 authored over 1 year ago by r7kamura <[email protected]>Co-authored-by: Koichi ITO <[email protected]>
4634a9eb7a9430ad5d95529d2723fb99c25ac81c authored over 1 year ago by r7kamura <[email protected]>[Fix #11822] Fix an error for `Layout/SpaceInsideBlockBraces`
6edb065bcf6a15ed3a9cecffcf6525514f03b41d authored over 1 year ago by Koichi ITO <[email protected]>Add rubocop-sketchup to list of third party extensions.
f19e23cef8d88e3863e1a93cc26e6304b1b8d7c4 authored over 1 year ago by Koichi ITO <[email protected]>e67c7d4fbcd8b6eb7839f90ea7d15eb4b4ab5aa4 authored over 1 year ago by Thomas Thomassen <[email protected]>
[Fix #11820] Fix `Lint/EmptyConditionalBody` false-positives for commented empty `elsif` body
b980e7cd1b691aa9121b77b6bc4456146eb326e8 authored over 1 year ago by Koichi ITO <[email protected]>Co-authored-by: Koichi ITO <[email protected]>
4aa6989fb7f01a5f251cc2bc8c9306fa4055b834 authored over 1 year ago by r7kamura <[email protected]>Fixes #11822.
This PR fixes an error for `Layout/SpaceInsideBlockBraces`
when a method call wit...
Add autocorrection for `Lint/AmbiguousBlockAssociation`
baa08d93db56f6c3bdcd6b9fa119234ecb087b52 authored over 1 year ago by Koichi ITO <[email protected]>3d5adae971fbe97952146fdc9da45dcf726ee89e authored over 1 year ago by r7kamura <[email protected]>
Use test-queue for RSpec 4.0 (dev)
fae34fee667404285bd235ad86cfd57f52523e78 authored over 1 year ago by Koichi ITO <[email protected]>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]>3877dd044cc7d83cb2d107da99bea3b968f9a40e authored over 1 year ago by Koichi ITO <[email protected]>
Fixes #11812.
This PR fixes a false negative for `Style/Attr`
when using `attr` and method defi...
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]>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]>
This commit fixes an issue that caused incorrect highlighting due to incorrect usage of `"`.
htt...
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]>[Fix #11809] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`
1b0b98a82c2d4bdc1e57ad0cb410370a68a522d9 authored over 1 year ago by Koichi ITO <[email protected]>c94b2bda698a1e1a7e882ab2b4dff41599631b12 authored over 1 year ago by Koichi ITO <[email protected]>
`one?` and `many?` are not inverse methods.
c117aa1f6286d832a719cc46bd9a07a52573369d authored over 1 year ago by Koichi ITO <[email protected]>Fixes #11809.
This PR fixes an incorrect autocorrect for `Naming/RescuedExceptionsVariableName`...
091405a4f1aa6440dd975d0a003648ad7bccf66f authored over 1 year ago by Koichi ITO <[email protected]>This commit bumps RuboCop RSpec to 2.20 and suppresses the following offeneses:
```console
$ bu...
This PR fixes a false positive for `Style/RegexpLiteral`
when using a regexp starts with equal a...
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]>9903b1c9e78ca389b361b134d0e9588634c70305 authored over 1 year ago by Bozhidar Batsov <[email protected]>
ca0beb7eff823fab00e6517c6f48ec44b4f123e5 authored over 1 year ago by Bozhidar Batsov <[email protected]>
90844aef864cdef9883e71e27f1eb22228fe74a6 authored over 1 year ago by Bozhidar Batsov <[email protected]>
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]>Fix a false positive for `Style/CollectionCompact`
b5c8dda3469c0b5fdb2bcd6f795d33caa20ba61a authored over 1 year ago by Koichi ITO <[email protected]>Fix typo in DeprecatedAttributeAssignment cop
eeffa1000b5c0e14de417f2f0ed995ff8e3ff277 authored over 1 year ago by Koichi ITO <[email protected]>[ci skip]
13eef33ef3d52c2c8bf74368a374ae48c817044a authored over 1 year ago by Geremia Taglialatela <[email protected]>Fixes #11800.
This PR marks `Style/InvertibleUnlessCondition` as unsafe.
`@safety` is already d...