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

Rearrange CI config

bquorning opened this pull request 9 months ago
Slightly speed up CI runs

Earlopain opened this pull request 9 months ago
Ability to disable `Lint/Syntax` from extension

Zopolis4 opened this issue 9 months ago
Move main tests to GitHub actions

Earlopain opened this pull request 9 months ago
Move `ascii_spec`, `internal_investigation` to GitHub actions

Earlopain opened this pull request 9 months ago
Move `documentation-check` to GitHub actions

Earlopain opened this pull request 9 months ago
Add Exclude per constant settings for Lint/DeprecatedConstants cop

r4do opened this pull request 9 months ago
Remove mergify

Earlopain opened this pull request 9 months ago
Ensure RuboCop runs warning-free

Earlopain opened this pull request 9 months ago
False positive with `Style/SuperArguments` cop

mwolman opened this issue 9 months ago
Avoid a ruby warning in `Layout/SpaceInsideStringInterpolation`

Earlopain opened this pull request 9 months ago
Avoid a ruby warning in `Lint/ErbNewArguments`

Earlopain opened this pull request 9 months ago
Fix end position of diagnostic for LSP

ksss opened this pull request 9 months ago
Fix error message when exception occurs during force callback

Earlopain opened this pull request 9 months ago
[Fix #12926] Fix false positive for `Style/SuperArguments`

Earlopain opened this pull request 9 months ago
Style/SuperArguments is probably not safe to autocorrect

tagliala opened this issue 9 months ago
Fix false negatives for `Style/ArgumentsForwarding`

koic opened this pull request 9 months ago
[Fix #12919] Fix false negatives for `Style/ArgumentsForwarding`

koic opened this pull request 9 months ago
False negative for `Style/ArgumentsForwarding` and super

Earlopain opened this issue 9 months ago
Suggest correct formatter name

koic opened this pull request 9 months ago
Remove redundant method overwrite in spec_helper

Earlopain opened this pull request 9 months ago
Remove warnings during tests when overwriting encoding

Earlopain opened this pull request 9 months ago
Fix a false negative for `Layout/EmptyComment`

koic opened this pull request 9 months ago
Update `Lint/Void` to recognize more nonmutating methods

vlad-pisanov opened this pull request 9 months ago
Use the latest Prism for development

koic opened this pull request 9 months ago
Avoid some warnings "too many arguments for format string"

Earlopain opened this pull request 9 months ago
"too many arguments for format string" warning

andyw8 opened this issue 9 months ago
Cop idea: Detect `map` where result is discarded

Earlopain opened this issue 9 months ago
Also suggest rubocop-rspec for those using rspec-rails

pirj opened this pull request 9 months ago
[Fix #12884] Allow `cop_class.documentation_url` to take a config

Earlopain opened this pull request 9 months ago
LSP: Don't advertise support for Pull Diagnostics

koic opened this pull request 9 months ago
[Fix #12888] Fix `--no-exclude-limit` for cops with `Max` config option

Earlopain opened this pull request 9 months ago
[Fix #12876] Fix lockfile parsing if only the gemfile exists

Earlopain opened this pull request 9 months ago
Add `Style/CStyleIncrementDecrement` cop

nvasilevski opened this pull request 9 months ago
[Fix #12898] Fix parsing of `TargetRailsVersion` for prerelases

Earlopain opened this pull request 9 months ago
[Fix #12894] Fix false positives for `Style/MapIntoArray`

koic opened this pull request 9 months ago
[Fix #7189] Fix a false positive for `Style/Copyright`

koic opened this pull request 9 months ago
`Style/MapIntoArray` misinterprets my class design

yegor256 opened this issue 9 months ago
Make `Style/RedundantParentheses` allow parentheses in assignment

koic opened this pull request 9 months ago
uninitialized constant Bundler::SharedHelpers (NameError)

djberg96 opened this issue 9 months ago
Workaround for Ruby's warning in YARD

koic opened this pull request 9 months ago
Unexpected change to Style/Copyright from #12804

stoivo opened this issue 9 months ago
Metrics/AbcSize with `auto-gen-only-exclude` option

jpawlyn opened this issue 9 months ago
Fix docs for `Style/SpecialGlobalVars` `use_builtin_english_names`

Earlopain opened this pull request 9 months ago
Suppress `Interrupt` exception for LSP

koic opened this pull request 9 months ago
Question about Lint/ToEnumArguments

bquorning opened this issue 9 months ago
`cop.documentation_url` is nil for extension cops

Earlopain opened this issue 9 months ago
Fix `Layout/CommentIndentation` for comment-only pattern matching

nekketsuuu opened this pull request 9 months ago
Add documentation and log information for enabling YJIT in LSP

koic opened this pull request 9 months ago
False Positive for `Lint/ImplicitStringConcatenation` with prism

pjsk-stripe opened this issue 9 months ago
Fix an infinite loop error for `Layout/FirstArgumentIndentation`

koic opened this pull request 10 months ago
regression in 1.63.4 -- "Could not locate Gemfile"

asottile opened this issue 10 months ago
`Style/ArgumentsForwarding` enforce anonymous bad autocorrect

janklimo opened this issue 10 months ago
[Fix #12873] Fix an error for `Metrics/BlockLength`

koic opened this pull request 10 months ago
`class Foo; bar do` will crash Metrics/BlockLength

rellampec opened this issue 10 months ago
Fix an error for `rubocop -V` when `.rubocop.yml` contains ERB

Earlopain opened this pull request 10 months ago
Regression in v.1.63.3

AmShaegar13 opened this issue 10 months ago
Cop idea: Disallow having `yield` in a `lambda`

boris-petrov opened this issue 10 months ago
Add missing periods on CLI options descriptions

Uaitt opened this pull request 10 months ago
False positive of `Style/RedundantLineContinuation`

r7kamura opened this issue 10 months ago
Tweak the infinite loop error message

koic opened this pull request 10 months ago
Uninitialized constant Bundler when used with rubocop-rails

AmShaegar13 opened this issue 10 months ago
Make `Style/YodaCondition` aware of `#eql?` and `#equal?`

ydakuka opened this issue 10 months ago
Fix false negatives for `Lint/UnreachableCode`

koic opened this pull request 10 months ago
Workaround for incompatibilities between Prism 0.25.0 and 0.26.0

koic opened this pull request 10 months ago
Set custom program name for the built-in LSP server

koic opened this pull request 10 months ago
Some offenses only with spring

znz opened this issue 10 months ago
[Fix #12852] Correctly deserialize a global offense

Earlopain opened this pull request 10 months ago
Crash with some formatters in v1.63.2

verdammelt opened this issue 10 months ago
Split "ClassAndModuleChildren" rule in 2 rules

WaKeMaTTa opened this issue 10 months ago
[Fix #12842] Add new `Style/SendWithLiteralMethodName` cop

koic opened this pull request 10 months ago
[Fix #12848] Fix an error for `RuboCop::Lockfile`

koic opened this pull request 10 months ago
uninitialized constant Bundler

seandilda opened this issue 10 months ago
[Fix #12846] Fix an error for `RuboCop::Lockfile`

koic opened this pull request 10 months ago
regression in 1.63.1 -- "Could not locate Gemfile"

asottile opened this issue 10 months ago