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

[DOC] Fix `Layout/ArgumentAlignment`

kyanagi opened this pull request 24 days ago
False safe positive in Style/RedundantLineContinuation

jgraichen opened this issue 24 days ago
false positives for Style/HashEachMethods

dinoex opened this issue 24 days ago
False negatives for `Style/RedundantLineContinuation`

ydakuka opened this issue 24 days ago
Add support for safe navigation to `Style/BlockDelimiters`

dvandersluis opened this pull request 25 days ago
Add support for safe navigation to `Style/CollectionMethods`

dvandersluis opened this pull request 25 days ago
Add support for safe navigation to `Style/MapToSet`

dvandersluis opened this pull request 25 days ago
Add support for safe navigation to `Style/MethodCallWithoutArgsParentheses`

dvandersluis opened this pull request 25 days ago
Fix build errors related to the Ruby LSP add-on specs

koic opened this pull request 25 days ago
Add support for safe navigation to `Style/ObjectThen`

dvandersluis opened this pull request 26 days ago
Add support for safe navigation to `Style/SendWithLiteralMethodName`

dvandersluis opened this pull request 26 days ago
[Doc] Add "Setting the version tracking metadata for cops" section

koic opened this pull request 26 days ago
Add support for safe navigation to `Layout/HashAlignment`

dvandersluis opened this pull request 27 days ago
Add support for safe navigation to `Layout/HeredocArgumentClosingParenthesis`

dvandersluis opened this pull request 27 days ago
Add support for safe navigation to `Layout/LineLength`

dvandersluis opened this pull request 27 days ago
Fix a false positive for `Style/RedundantInitialize`

marocchino opened this pull request 28 days ago
Fix leaking `ConfigLoader` state in specs

dvandersluis opened this pull request 29 days ago
Simplify some `irange`/`erange` checks to simply `range`

Earlopain opened this pull request about 1 month ago
Add full-width space to `Layout/TrailingWhitespace`

krororo opened this pull request about 1 month ago
Fix Style/MethodCallWithArgsParentheses with endless range

bkuhlmann opened this issue about 1 month ago
Fix `Style/FloatDivision` cop error on implicit receiver

viralpraxis opened this pull request about 1 month ago
Update LICENSE.txt, fix copyright license year

JasonnnW3000 opened this pull request about 1 month ago
Bump license years to 2025

koic opened this pull request about 1 month ago
Allow .yaml extension for .rubocop.yml file

calebmeyer opened this pull request about 1 month ago
Fix false positive for Naming/BlockForwarding

mvz opened this pull request about 1 month ago
Show infinite loop errors through the runner

Earlopain opened this pull request about 1 month ago
Improve performance of `Style/ItAssignment`

Earlopain opened this pull request about 1 month ago
Remove a now unnecessary token check

Earlopain opened this pull request about 1 month ago
Fix `format` CLI option to accept fully qualified class names

viralpraxis opened this pull request about 1 month ago
Make `Style/MultipleComparison` respect `AllowMethodComparison: true`

koic opened this pull request about 1 month ago
Add support for Ruby LSP as a built-in add-on

koic opened this pull request about 1 month ago
[Fix #13623] Fix false negatives for `Style/MultipleComparison`

koic opened this pull request about 1 month ago
Add Ruby 3.4 to spec matrix

dvandersluis opened this pull request about 1 month ago
Unexpected `Lint/ImplicitStringConcatenation` offense with `prism` parser

viralpraxis opened this issue about 1 month ago
Dont show parser warnings in `Lint/Syntax`

Earlopain opened this pull request about 1 month ago
False negatives on the Style/MultipleComparison cop

ydakuka opened this issue about 1 month ago
Propose new cop to detect keyword method names

viralpraxis opened this issue about 1 month ago
Add new `Lint/MethodKeywordName` cop

viralpraxis opened this pull request about 1 month ago
How to allow case statements in AllowedPatterns or AllowedMethods

aaronmallen opened this issue about 1 month ago
Fix `Style/YodaExpression` cop error on suffix form of operator

viralpraxis opened this pull request about 1 month ago
`Encoding::UndefinedConversionError` on latest unicode-display_width

viralpraxis opened this issue about 1 month ago
Require `prism` as a parser to analyse newly released ruby versions

Earlopain opened this issue about 2 months ago
Style/RaiseArgs suggests incorrect changes

tomhughes opened this issue about 2 months ago
Add `Lint/ConstantReassignment` cop

lovro-bikic opened this pull request about 2 months ago
Reenable `Lint/CircularArgumentReference` for Ruby 3.4

Earlopain opened this issue about 2 months ago
[DOC] Fix typo in `Style/ExponentialNotation`

kyanagi opened this pull request about 2 months ago
Support passing the target ruby version through an environment variable

elliottt opened this pull request about 2 months ago
Dup possibly frozen string in `to_string_literal` helper

viralpraxis opened this pull request about 2 months ago
Flaky `RuboCop::TargetFinder` spec

viralpraxis opened this issue about 2 months ago
Fix `Lint/LiteralInInterpolation` cop error on invalid string literal

viralpraxis opened this pull request about 2 months ago
Update `Style/SuperArguments` to handle `super` with a block

dvandersluis opened this pull request about 2 months ago
`Style/SuperArguments`: false negative on calls with blocks

akimd opened this issue about 2 months ago
Fix `Lint/Void` cop error on `if` without body

viralpraxis opened this pull request about 2 months ago
Add Style/It cop

bkuhlmann opened this issue about 2 months ago
Fix `Style/RedundantCondition` cop error on parentheses and modifier `if`

viralpraxis opened this pull request about 2 months ago
new cop: Single Line Complexity

Kallin opened this pull request about 2 months ago
Fix false positives for `Style/MultipleComparison`

koic opened this pull request about 2 months ago
[Fix #12393] Fix false negative in Lint/Void inside of non-modifier if blocks

GabeIsman opened this pull request about 2 months ago
Incorrect alignment on a case statement causes rubocop to report errors

mike-gilbert opened this issue about 2 months ago
Fix false positives for `Lint/NestedMethodDefinition`

koic opened this pull request about 2 months ago
Fix cop spec generator not to produce internal affairs offenses

viralpraxis opened this pull request about 2 months ago
Fix `Lint/NonAtomicFileOperation` cop to detect offenses with FQ constants

viralpraxis opened this pull request about 2 months ago
New cop to detect assigning rescued exceptions using writer methods

viralpraxis opened this issue about 2 months ago
Add new `Style/RescueVariableWriter` cop

viralpraxis opened this pull request about 2 months ago
False positives for Layout/SpaceAroundOperators

avdi opened this issue about 2 months ago
Fix `Style/HashSyntax` cop error in case of implicit `call` message

viralpraxis opened this pull request about 2 months ago
Make it easy to stub gem versions for tests

Earlopain opened this pull request about 2 months ago
Extract regexp parsing to utilities module

viralpraxis opened this pull request about 2 months ago
Fix `Lint/NonAtomicFileOperation` cop error on non-constant receiver

viralpraxis opened this pull request about 2 months ago
make `NodePattern` available for use throughout the tutorial

Kallin opened this pull request about 2 months ago