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

Tweak autocorrection for `Style/RedundantBegin`

koic opened this pull request over 1 year ago
class << self is ignored in Metrics/ModuleLength

d4rky-pl opened this issue over 1 year ago
ConfigNotFoundError when opening a rake file

danillos opened this issue over 1 year ago
Fix false negatives for `Style/MultilineBlockChain`

koic opened this pull request over 1 year ago
Add new `Style/SingleLineDoEndBlock` cop

koic opened this pull request over 1 year ago
False positive on `Layout/MultilineMethodCallIndentation` cop

ydakuka opened this issue over 1 year ago
Rubocop 1.56.3 consuming high CPU and memory on CircleCI

akhilgkrishnan opened this issue over 1 year ago
Support method modifiers in Layout/EmptyLineBetweenDefs

Darhazer opened this issue over 1 year ago
[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`

koic opened this pull request over 1 year ago
[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`

koic opened this pull request over 1 year ago
Fix detecting `encoding` magic comment inside other comments

fatkodima opened this pull request over 1 year ago
False-negative Style/ConditionalAssignment cop

taichi-ishitani opened this issue over 1 year ago
[Docs] Update the doc for `Style/ReturnNil`

koic opened this pull request over 1 year ago
False-positive Lint/OrderedMagicComments warning

DmitryPogrebnoy opened this issue over 1 year ago
Lint/AmbiguousOperator registers offense for macro methods

Earlopain opened this issue over 1 year ago
[Fix #12210] Mark `Style/RedundantFilterChain` as unsafe autocorrect

koic opened this pull request over 1 year ago
Style/RedundantFilterChain is not safe

bautrey37 opened this issue over 1 year ago
[Fix #12205] Fix an error for `Style/OperatorMethodCall`

koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/OperatorMethodCall`

koic opened this pull request over 1 year ago
Style/OperatorMethodCall error on redundant dot in method call

jcsjcs opened this issue over 1 year ago
Support autocorrect for `InternalAffairs/ExampleDescription`

koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Lint/SafeNavigationChain`

koic opened this pull request over 1 year ago
undefined method `type` for `nil:NilClass`

snutij opened this issue over 1 year ago
Make `Style/CollectionMethods` aware of `collect_concat`

koic opened this pull request over 1 year ago
[Fix #12195] Fix a false negative for `Layout/SpaceAfterNot`

ymap opened this pull request over 1 year ago
False negative for `Layout/SpaceAfterNot` cop

ymap opened this issue over 1 year ago
[Fix #12181] Fix an incorrect autocorrect for `Lint/UselessAssignment`

koic opened this pull request over 1 year ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request over 1 year ago
Add new `requires_gem` API for declaring which gems a Cop needs

amomchilov opened this pull request over 1 year ago
Set target version for Layout/HeredocIndentation

tagliala opened this pull request over 1 year ago
[Fix #12182] Fix an error for `Lint/UselessAssignment`

koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/MultilineTernaryOperator`

koic opened this pull request over 1 year ago
Lint/UselessAssignment throws error when autocorrecting edge case

mheguy-stingray opened this issue over 1 year ago
Lint/UselessAssignment throws error and breaks syntax in edge case

mheguy-stingray opened this issue over 1 year ago
Replace regex with `Bundler::LockfileParser`

amomchilov opened this pull request over 1 year ago
[Docs] Add Helix to the LSP doc

koic opened this pull request over 1 year ago
Changelog is so large that GitHub no longer renders it

valscion opened this issue over 1 year ago
[Fix #12172] Fix a false positive for `Style/EmptyCaseCondition`

koic opened this pull request over 1 year ago
[Fix #12171] Fix a false positive for `Style/ArrayIntersect`

koic opened this pull request over 1 year ago
Style/ArrayIntersect causes unsafe fix when block is passed to any?

marvinthepa opened this issue over 1 year ago
Make `InternalAffairs/RedundantMethodDispatchNode` aware of `method?`

koic opened this pull request over 1 year ago
[Fix #12168]: Fix bug in `Style/ArgumentsForwarding`

owst opened this pull request over 1 year ago
ask me somthing to get to know me and ill give you a suprise

zvailanu98 opened this issue over 1 year ago
contributing guidelines

zvailanu98 opened this issue over 1 year ago
[Fix #12162] Fix an error for `Bundler/DuplicatedGroup`

koic opened this pull request over 1 year ago
Fix duplicate word typos

ymap opened this pull request over 1 year ago
[Docs] Add Emacs (LSP Mode) to the LSP doc

koic opened this pull request over 1 year ago
The Guardclause rule should not be part of the defaults

pedrorolo opened this issue over 1 year ago
[Fix #12154] Fix incorrect `diagnosticProvider` value of LSP

koic opened this pull request over 1 year ago
Update document in create a new cop

kyoshidajp opened this pull request over 1 year ago
Add new `Naming/PrivateMethodName` cop

kyoshidajp opened this pull request over 1 year ago
Fix a false positive for `Layout/RedundantLineBreak`

koic opened this pull request over 1 year ago
LSP diagnosticProvider seems not following the specifications

danillos opened this issue over 1 year ago
Suppress a Ruby warning when using Ruby 3.3.0dev

koic opened this pull request over 1 year ago
Fix shadowing of FileFinder stop_dir in isolated tests.

martinemde opened this pull request over 1 year ago
EnforcedShorthandSyntax for keyword argument values

erickgskovik opened this issue over 1 year ago
Fix an incorrect autocorrect for `Lint/NonAtomicFileOperation`

koic opened this pull request over 1 year ago
`Lint/FloatComparison`, `Style/NumericPredicate` and comparing by 0

Earlopain opened this issue over 1 year ago
[Fix #12143] Fix a false positive for `Lint/ToEnumArguments`

koic opened this pull request over 1 year ago
[Fix #12141] Fix false positive for `Style/ArgumentsForwarding`

owst opened this pull request over 1 year ago
`Style/ArgumentsForwarding` false positive

benburkert opened this issue over 1 year ago
New cop to detect unnecessary chains of `defined?` using `&&`

fatkodima opened this issue over 1 year ago
`Layout/LineContinuationLeadingSpace` false positive

ymap opened this issue over 1 year ago
CLI option to specify cop attributes

noraj opened this issue over 1 year ago
Fix a false negative for `Layout/LeadingCommentSpace`

koic opened this pull request over 1 year ago
Fix `Style/RedundantSelfAssignmentBranch` to handle heredocs

r7kamura opened this pull request over 1 year ago
Installation instructions don't work

xobs opened this issue over 1 year ago
[Fix #12128] Make `Style/GuardClause` aware of `define_method`

koic opened this pull request over 1 year ago
Enhancement: make `Style/GuardClause` aware of dynamic methods

vlad-pisanov opened this issue over 1 year ago
Make `Style/RedundantFilterChain` aware of `select.present?`

koic opened this pull request over 1 year ago
[Fix #12124] Fix false positives for `Style/RedundantParentheses`

koic opened this pull request over 1 year ago