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

Update `Lint/ItWithoutArgumentsInBlock` to not register an offense in Ruby 3.4

dvandersluis opened this pull request 3 months ago
Improve syntax error output for `rake documentation_syntax_check`

dvandersluis opened this pull request 3 months ago
[Doc] Fix missing backtick in `InternalAffairs/NumblockHandler` description

dvandersluis opened this pull request 3 months ago
Make `Style/ArrayIntersect` aware of `none?`

Earlopain opened this pull request 3 months ago
Fix a test failure on 3.4-dev with webmock

Earlopain opened this pull request 3 months ago
Fix typo: Layout//ParameterAlignment -> Layout/ParameterAlignment

jdufresne opened this pull request 3 months ago
Running `bundle exec rake` causes Parser warnings on main

corsonknowles opened this issue 3 months ago
[Fix #11013] Alert on shared mutable defaults during Hash Initialization

corsonknowles opened this pull request 3 months ago
[Fix #11680] Add autocorrection for strings to `Layout/LineLength`

dvandersluis opened this pull request 3 months ago
Fix false positives for `Lint/InterpolationCheck`

koic opened this pull request 3 months ago
Add new `InternalAffairs/OperatorKeyword` cop

koic opened this pull request 3 months ago
Style/BitwisePredicate iinspection error

JoeCohen opened this issue 3 months ago
Replace `EnsureNode.body` with `EnsureNode.branch`

dvandersluis opened this pull request 3 months ago
Fix a false positive for `Layout/EmptyLineAfterGuardClause`

koic opened this pull request 3 months ago
Error in Layout/CommentIndentation

JochenLutz opened this issue 3 months ago
LSP is not working properly on neovim >= 0.10

otavioschwanck opened this issue 3 months ago
Make strict warnings opt-in, in CI as well as locally

Earlopain opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`

koic opened this pull request 3 months ago
Add additional tests for compound clauses for `Lint/AssignmentInCondition`

dvandersluis opened this pull request 3 months ago
`AssignmentInCondition` didn't find the style problem

itsalongstory opened this issue 3 months ago
Rubocop server crashing when it attempts to restart

xxx opened this issue 3 months ago
Fix an incorrect autocorrect for `Style/OneLineConditional`

koic opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/NestedTernaryOperator`

koic opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`

koic opened this pull request 3 months ago
[Fix #13437] Add new cop `Lint/UselessDefined`

Earlopain opened this pull request 3 months ago
Add new `Lint/HashNewWithKeywordArgumentsAsDefault` cop

koic opened this pull request 3 months ago
Cop idea: Detect usages of `defined?` that will always be truthy

Earlopain opened this issue 3 months ago
False positives for Style/AccessModifierDeclarations cop

nerixim opened this issue 3 months ago
Fix false positive for `Lint/FloatComparison` against nil

lovro-bikic opened this pull request 3 months ago
Fix spacing in Lint/NoReturnInBeginEndBlocks

Zopolis4 opened this pull request 3 months ago
Document that `CircularArgumentReference` is useless on modern rubies

Earlopain opened this pull request 3 months ago
Where possible, use node extensions instead of `*splat`

bquorning opened this pull request 3 months ago
Add some explanation to `Style/MissingRespondToMissing`

Earlopain opened this pull request 3 months ago
[Fix #13421] Fix false positives for `Style/SafeNavigation`

koic opened this pull request 3 months ago
Autocorrected safe navigation violates new navigation chain rules

jamesoneill997 opened this issue 3 months ago
Update references to `children` on assignment nodes to node methods

dvandersluis opened this pull request 3 months ago
Style/BitwisePredicate error

malawi89 opened this issue 3 months ago
Minor documentation change

bquorning opened this pull request 3 months ago
Reduce node destructuring

bquorning opened this pull request 3 months ago
Style/RedundantLineContinuation violations following __END__

dduugg opened this issue 3 months ago
Fix `Style/BitwisePredicate` when using a method

d4be4st opened this pull request 3 months ago
Grammar fixes

dvandersluis opened this pull request 3 months ago
`Style/BitwisePredicate` autocorrect produce broken code

VitaliySerov opened this issue 3 months ago
[Fix #13372] Fix inconsistent cache directory when using --cache-root

Capncavedan opened this pull request 3 months ago
Lint/SafeNavigationConsistency precedence problem

Am1ne77 opened this issue 3 months ago
Fix a false negative for `Style/RedundantLineContinuation`

koic opened this pull request 3 months ago
Fix docs for `Offense.cop_name`

Earlopain opened this pull request 3 months ago
Fix typos `and offense` instead of `an offense`

dvandersluis opened this pull request 3 months ago
[Fix #12140] Add new `Style/CombinableDefined` cop

dvandersluis opened this pull request 3 months ago
[Fix #13387] Fix false positives for `Style/RedundantParentheses`

koic opened this pull request 3 months ago
[Fix #13390] Fix false positives for `Style/GuardClause`

koic opened this pull request 3 months ago
Fix deserialization of unknown encoding offenses

Earlopain opened this pull request 3 months ago
Style/GuardClause autocorrect results in non-running code

ilvez opened this issue 3 months ago
Fix another error for the documentation generator on Ruby 2.7

Earlopain opened this pull request 3 months ago
`Style/RedundantParentheses` are NOT redundant

stdedos opened this issue 3 months ago
Fix documentation for `Lint/UnescapedBracketInRegexp`

dvandersluis opened this pull request 3 months ago
[Fix #11514] Add new `Lint/UnescapedBracketInRegexp` cop

dvandersluis opened this pull request 3 months ago
Fix a wrongly memoized method in `VariableForce`

Earlopain opened this pull request 3 months ago
Speed up variable force by 10x on pathological file

segiddins opened this pull request 3 months ago
Handle error in extractors when the extractor is a class

Earlopain opened this pull request 3 months ago
[Fix #13378] Fix false positives for `Style/TernaryParentheses`

koic opened this pull request 3 months ago
Fix an error when running with Ruby 3.4-dev

Earlopain opened this pull request 3 months ago
Style/TernaryParentheses reported incorrectly

kantum75 opened this issue 3 months ago
[Fix #13372] Fix inconsistent cache directory when using --cache-root

Capncavedan opened this pull request 4 months ago
"Some cop" misses the `&block` / `block` variable

stdedos opened this issue 4 months ago