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 #13050] Add new `Style/BitwisePredicate` cop

koic opened this pull request 7 months ago
Added ability to skip some lines while calculating length

AsbahIshaq opened this pull request 7 months ago
[Fix #13051] Fix an error for `Lint/FloatComparison`

koic opened this pull request 7 months ago
Lint/FloatComparison breaks when parsing Rational literal

nertzy opened this issue 7 months ago
Cop idea: Style/BitPredicates

zverok opened this issue 7 months ago
Feature request: Ability to correct global offenses

Zopolis4 opened this issue 7 months ago
False negative for Lint/ImplicitStringConcatenation

Zopolis4 opened this issue 7 months ago
[Fix #13041] Fix false positives for `Lint/UselessAssignment`

koic opened this pull request 7 months ago
Feature request: Add "Lint/RaiseNotImplementedError" cop

johnnyshields opened this issue 7 months ago
Tweak autocorrect for `Style/SoleNestedConditional`

koic opened this pull request 7 months ago
Consider Sorbet signatures in `Style/DocumentationMethod` cop

wpolicarpo opened this pull request 7 months ago
Autocorrection for Lint/ImplicitStringConcatenation

Zopolis4 opened this issue 7 months ago
[Fix #13033] Fix a false positive for `Layout/SpaceAroundOperators`

koic opened this pull request 7 months ago
Layout/SpaceAroundOperator causes false positives

tmtm opened this issue 7 months ago
Display warning messages for deprecated APIs

koic opened this pull request 7 months ago
Enable YJIT by default in server mode

koic opened this pull request 7 months ago
Add new `Gemspec/AddRuntimeDependency` cop

koic opened this pull request 7 months ago
[Fix #13022] Handle relative path handling in TargetFinder

vlmonk opened this pull request 7 months ago
[Fix #12885] Fix a false positive for `Lint/ToEnumArguments`

koic opened this pull request 7 months ago
Wrong hash rewriting after applying rules

sixcy opened this issue 7 months ago
[Fix #13023] Fix an error for `Style/SymbolProc`

koic opened this pull request 7 months ago
Style/SymbolProc crashes on a single file

jamesoneill997 opened this issue 8 months ago
Behavior difference of `rubocop` vs `rubocop .`

vlad-pisanov opened this issue 8 months ago
Ignore latest `memory_profiler` version

Earlopain opened this pull request 8 months ago
Reassignment in a block shouldn't silence UselessAssignment

casperisfine opened this pull request 8 months ago
Fix Style/MethodCallWithArgsParentheses with constant

bkuhlmann opened this issue 8 months ago
[Fix #13012] Fix false positives for `Style/HashExcept`

koic opened this pull request 8 months ago
Style/HashExcept ignores negation

lobner opened this issue 8 months ago
[Fix #13010] Fix an error for `Style/SuperArguments`

koic opened this pull request 8 months ago
`Style/SuperArguments` bug

krystof-k opened this issue 8 months ago
[Fix #12471] Fix false negatives for `Style/ZeroLengthPredicate`

koic opened this pull request 8 months ago
cannot load such file -- rubocop-factory_bot

anko20094 opened this issue 8 months ago
Consistently use the console mock helper in tests

Earlopain opened this pull request 8 months ago
Add a spec for the changelog that cops in backticks have a department

Earlopain opened this pull request 8 months ago
Rubocop Cache not cleared

Piioo opened this issue 8 months ago
Workaround for Ruby's 3.4.0dev CI matrix error

koic opened this pull request 8 months ago
Bump paambaati/codeclimate-action from 6 to 8

dependabot[bot] opened this pull request 8 months ago
Workaround for Ruby's warning in YARD

koic opened this pull request 8 months ago
[Fix #12716] Fix false negatives for `Lint/Void`

koic opened this pull request 8 months ago
Fix an error for `Lint/UnmodifiedReduceAccumulator` when the block is empty

Earlopain opened this pull request 8 months ago
Infinite loop detected in the Rubocop Layout/LineLength rule

abratashov opened this issue 8 months ago
Fix anchor if it contains two or more slashes

ksss opened this pull request 8 months ago
Redundant else-clause - but it's not

kroe761 opened this issue 8 months ago
Double negative fix is not good

PeterHickman opened this issue 8 months ago
[Fix #12986] Fix a false positive for `Style/RedundantBegin`

koic opened this pull request 8 months ago
Endless Method Keyword/Operator Precedence Check

phene opened this issue 8 months ago
[Fix #12985] Fix an error for `Style/RedundantRegexpCharacterClass`

koic opened this pull request 8 months ago
Style/RescueModifier wrong autocorrect

thisismydesign opened this issue 8 months ago
Error with Style/RedundantRegexpCharacterClass

sixcy opened this issue 8 months ago
Additional caution for new cop: Style/SendWithLiteralMethodName

jasonkarns opened this issue 8 months ago
`Layout/ExtraSpacing` behaves differently with `ParserEngine: parser_prism`

technicalpickles opened this issue 8 months ago
[Fix #12979] Fix false negatives for `Lint/Void`

koic opened this pull request 8 months ago
Enable a bunch of tests for prism

Earlopain opened this pull request 8 months ago
`isolated_environment` is not isolated enough

Earlopain opened this issue 8 months ago
[Fix #11957] Add cop `Lint/ExplicitPublicAccessModifier`

yoshiyoshiharu opened this pull request 8 months ago
Run tests with Prism 0.30.0+

koic opened this pull request 8 months ago
Implement `NoReturnFromBlock` rule

toddnestor opened this pull request 8 months ago
CI: Run JRuby job outside of spec-ubuntu

Earlopain opened this pull request 8 months ago
Cop idea: assign variable directly to result of if/unless block

vlad-pisanov opened this issue 8 months ago
CI: Optimize for faster results and lower resource use

bquorning opened this pull request 8 months ago
CI: See if specifying patch version makes CI faster

bquorning opened this pull request 8 months ago
CI: Fix config for linting.yml

bquorning opened this pull request 8 months ago
Ci lint once / actually run `internal_investigation`

Earlopain opened this pull request 8 months ago
[Fix #12960] Fix false positives for `Lint/NestedMethodDefinition`

koic opened this pull request 8 months ago
Lint/NestedMethodDefinition false alarm on the `@` presence

yegor256 opened this issue 8 months ago
[Fix #12957] Fix false positives for `Style/SuperArguments`

koic opened this pull request 8 months ago
[Fix #12957] Mark `Style/SuperArguments` as unsafe

Earlopain opened this pull request 8 months ago
Style/SuperArguments incompatible with define_method

HoneyryderChuck opened this issue 8 months ago
Cop idea: compound hash initialization

vlad-pisanov opened this issue 8 months ago
[Fix #12954] Fix a false negative for `Style/ArgumentsForwarding`

koic opened this pull request 8 months ago
`Style/ArgumentsForwarding` doesn't respect `yield`

vlad-pisanov opened this issue 8 months ago
Fix asciidoc syntax

takaram opened this pull request 8 months ago
Fix an error for `Style/Copyright`

koic opened this pull request 8 months ago
[Fix #12949] Use the secret for the coverage reporter id

Earlopain opened this pull request 9 months ago
CodeClimate coverage upload not working

Earlopain opened this issue 9 months ago