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

An error occurred while Metrics/MethodLength cop was inspecting

nirupamapatel3 opened this issue over 1 year ago
[Fix #12014] Fix an error for `Lint/UselessAssignment`

koic opened this pull request over 1 year ago
Lint/Void autocorrection is unsafe when a constant is referenced

jonleighton opened this issue over 1 year ago
[Fix #12015] Mark `Style/HashConversion` as unsafe autocorrection

koic opened this pull request over 1 year ago
Style/HashConversion unsafe autofix

bjeanes opened this issue over 1 year ago
An error occurred while VariableForce cop on v1.54.0

arika opened this issue over 1 year ago
An error occurred while Metrics/BlockLength cop was inspecting

AlexWayfer opened this issue over 1 year ago
Fix an error for `Metrics/MethodLength`

koic opened this pull request over 1 year ago
Fix false negatives for `Style/RedundantRegexpArgument`

koic opened this pull request over 1 year ago
Fix an error for `Style/YodaCondition`

koic opened this pull request over 1 year ago
[Fix #12007] Fix an error for `Layout/SpaceAroundOperators`

koic opened this pull request over 1 year ago
[Fix #12005] Fix a false negative for `Lint/Debugger`

koic opened this pull request over 1 year ago
Lint/Debugger offenses not found inside lambda assigned to field

ronocod opened this issue over 1 year ago
Fix `Lint/Void` cop for `__ENCODING__` constant

fatkodima opened this pull request over 1 year ago
Fix code length calculator for method calls with heredoc

fatkodima opened this pull request over 1 year ago
`Lint/Void` - undefined method `name` on `node.loc.name`

snutij opened this issue over 1 year ago
Support safe or unsafe autocorrect config for LSP

koic opened this pull request over 1 year ago
[Fix #11998] Fix an error when inspecting blank heredoc delimiter

koic opened this pull request over 1 year ago
[Fix #11996] Fix an error for `Style/IfWithSemicolon`

koic opened this pull request over 1 year ago
[Fix #11992] Fix an error for built-in language server

koic opened this pull request over 1 year ago
Undefined method `log` for RuboCop::Lsp::Server

asartalo opened this issue over 1 year ago
An error occurred while Style/RedundantCurrentDirectoryInPath

thevictorchang opened this issue over 1 year ago
[Fix #11986] Fix a false positive for `Lint/MixedCaseRange`

koic opened this pull request over 1 year ago
False positive for Lint/MixedCaseRange

ushi-as opened this issue over 1 year ago
[Fix #11984] Add configurable server idle timeout

Palladinium opened this pull request over 1 year ago
Rubocop server auto-shutdown if idle

Palladinium opened this issue over 1 year ago
Add Ridgepole files to default `Include` list

ydah opened this pull request over 1 year ago
Fix PR reference in CHANGELOG.md 1.51.0

tnir opened this pull request over 1 year ago
[Meta-Idea] Analyse a whole project / gem via rubocop

rubyFeedback opened this issue over 1 year ago
Style/EmptyLiteral with --enable=frozen-string-literal flag

khiav223577 opened this issue over 1 year ago
Add vscode-rubocop to the LSP doc

koic opened this pull request over 1 year ago
[Fix #11974] Fix an error for `Style/RedundantCurrentDirectoryInPath`

koic opened this pull request over 1 year ago
Style/RedundantCurrentDirectoryInPath error on v 1.53.0

matas-zanevicius opened this issue over 1 year ago
[Fix #11972] Fix an error for `Lint/Void`

koic opened this pull request over 1 year ago
2 safe autocorrect cops are not safe enough.

nroose opened this issue over 1 year ago
Add new `Style/ReturnNilInPredicateMethodDefinition` cop

koic opened this pull request over 1 year ago
Flag explicit `public` access modifier usage

phil-workato opened this issue over 1 year ago
[Fix #11953] Fix a false negative for `Lint/DuplicateHashKey`

koic opened this pull request over 1 year ago
there is bug in `Lint/DuplicateHashKey` cop

Ivanov-Anton opened this issue over 1 year ago
Cop idea: detect non-linear regexps

makenowjust opened this issue over 1 year ago
[Fix #11949] Fix a false positive for `Layout/RedundantLineBreak`

koic opened this pull request over 1 year ago
Layout/RedundantLineBreak modifies multiline strings

naveg opened this issue over 1 year ago
[Fix #11947] Fix an error for `Style/ConditionalAssignment`

koic opened this pull request over 1 year ago
`Style/ConditionalAssignment` with `assign_inside_condition` error

Earlopain opened this issue over 1 year ago
Fix an error for `Lint/NumberConversion`

koic opened this pull request over 1 year ago
Cop idea: redundant if-else statement

ydakuka opened this issue over 1 year ago
Fix an incorrect autocorrect for `Style/SoleNestedConditional`

koic opened this pull request over 1 year ago
Require Parser 3.2.2.3 for Ruby 3.3.0dev as a runtime

koic opened this pull request over 1 year ago
Workaround for Parser 3.2.2.2 or lower with Ruby 3.3.0dev

koic opened this pull request over 1 year ago
[Fix #8506] Add ExcludedParentClasses config to Lint/MissingSuper.

iMacTia opened this pull request over 1 year ago
Use unification to match `File.open` block param with `#read` receiver

FnControlOption opened this pull request over 1 year ago
Cop idea: Redundant nil

ydakuka opened this issue over 1 year ago
Improve error message for `Style/DirEmpty`

FnControlOption opened this pull request over 1 year ago
Preserved Exclude Limit for Auto-Gen-Config

ahaverbuch opened this issue over 1 year ago
Style/AccessorSorting?

broksonic21 opened this issue over 1 year ago
I'd like to have a cop for parameter documentation

renatolond opened this issue over 1 year ago
Fix a false positive for `Lint/RedundantRequireStatement`

koic opened this pull request over 1 year ago
Lint/RedundantSafeNavigation is not safe to correct for .to_i

jcoyne opened this issue over 1 year ago
Fix an incorrect autocorrect for `Lint/AmbiguousBlockAssociation`

koic opened this pull request over 1 year ago
Support built-in LSP server

koic opened this pull request over 1 year ago
[Fix #11924] Add new `Style/RedundantCurrentDirectoryPath` cop

koic opened this pull request over 1 year ago
require_relative with "same folder" prefix "./"

bquorning opened this issue over 1 year ago
New cop to find return statements inside memoization blocks

catlee opened this pull request over 1 year ago
Revert "Workaround for Style/RedundantBegin when using JRuby 9.2"

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

koic opened this pull request over 1 year ago
Add API for checking gem versions

amomchilov opened this issue over 1 year ago
VariableForce error with `for`

andyw8 opened this issue over 1 year ago
Fix `Lint/RedundantSafeNavigation` when using `to_s`

lucthev opened this pull request over 1 year ago
Style/ClassEqualityComparison ignores AllowedMethods

akunszt opened this issue over 1 year ago
Remove a redundant `SafeAutoCorrect: false` config

koic opened this pull request over 1 year ago
[Fix #11908] Support `AllowedReceivers` for `Style/CollectionMethods`

koic opened this pull request over 1 year ago
Bug report: An error with Style/CollectionCompact

ydakuka opened this issue over 1 year ago
[Fix #11905] Fix an error for `Lint/UselessAssignment`

koic opened this pull request over 1 year ago
Move `ClassStructure` to `Style`

nevans opened this issue over 1 year ago