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

Style/InvertibleUnlessCondition autocorrections may break application logic

indiebrain opened this issue almost 2 years ago
Fix a false positive for `Style/CollectionCompact`

koic opened this pull request almost 2 years ago
`Layout/MultilineArrayLineBreaks` tests missing

mlwyatt opened this issue almost 2 years ago
CLI flag to Output Cops at their Severity Levels

ajtoo opened this issue almost 2 years ago
Enable anonymous forwarding in Style/ArgumentsForwarding for Ruby 3.2+

owst opened this pull request almost 2 years ago
[Fix #11792] Fix an error for `Lint/DuplicateMatchPattern`

koic opened this pull request almost 2 years ago
Drop Ruby 2.6 runtime support

koic opened this pull request almost 2 years ago
Add spec for `Style/RescueModifier`

koic opened this pull request almost 2 years ago
Fix false negatives for `Style/ParallelAssignment`

koic opened this pull request almost 2 years ago
[Fix #11787] Fix a false positive for `Lint/DuplicateMatchPattern`

koic opened this pull request almost 2 years ago
Possible false positive in `Lint/DuplicateMatchPattern`

hmcguire-shopify opened this issue almost 2 years ago
New cops information is printed many times when `--regenerate-todo`

nobuyo opened this issue almost 2 years ago
Style/RedundantLineContinuation flagging multiline strings

DawidJanczak opened this issue almost 2 years ago
Can we configure Layout/EmptyLines offset?

zzak opened this issue almost 2 years ago
Split CHANGELOG?

vlad-pisanov opened this issue almost 2 years ago
Maybe Style/StringConcatenation should be conservative by default

jaynetics opened this issue almost 2 years ago
Cop idea: Read ruby version from `.ruby-version` source in `Gemfile`

anthony-robin opened this issue almost 2 years ago
Inline disabling of Rubocop rules

morgoth opened this issue almost 2 years ago
Enhance Layout/EmptyLineBetweenDefs to include macros

catwomey opened this issue almost 2 years ago
Layout/LineLength triggers on long URI in comment

jcoyne opened this issue almost 2 years ago
Layout/IndentationWidth is not fully correcting indentation

matthewhively opened this issue almost 2 years ago
DataInheritance cop similar to StructInheritance

bdewater opened this issue almost 2 years ago
Fix `Style/EachForSimpleLoop` handling for blocks with a parameter

j1wilmot opened this pull request almost 2 years ago
Layout/LineLength long string and array autocorrection?

broksonic21 opened this issue almost 2 years ago
[Fix rubocop#11164] Suppress server mode message with -f json

jasondoc3 opened this pull request almost 2 years ago
Report offenses, ignoring source code disable comments

khiga8 opened this issue almost 2 years ago
Regenerating `.rubocop_todo.yml` can modify `.rubocop.yml`

Earlopain opened this issue almost 2 years ago
Correct Rubocop for `private_class_method` method documentation.

bigzed opened this pull request almost 2 years ago
`rubocop` is easily confused by `%{%{0}}`

postmodern opened this issue almost 2 years ago
Add Autocorrect for `Lint/UselessAssignment` cop

edbarbera opened this issue almost 2 years ago
Add new `Style/RedundantRegexpArgument` cop

koic opened this pull request almost 2 years ago
Style/DocumentationMethod should support AllowedMethods attribute

johnnyshields opened this issue almost 2 years ago
Add new `Lint/RedundantRegexpQuantifiers` cop

jaynetics opened this pull request almost 2 years ago
Add new MixedCaseRange cop

rwstauner opened this pull request about 2 years ago
Debatable Style/RedundantArgument recommended value for Array#sum

gorodulin opened this issue about 2 years ago
Cop to catch unescaped `]` in RegExp

sambostock opened this issue about 2 years ago
Fix `Lint/UselessAssignment` false positive

sambostock opened this pull request about 2 years ago
Add `Style/HashNewKeywordArguments` cop

r7kamura opened this pull request about 2 years ago
Add `Gemspec/DevelopmentDependencies` cop

sambostock opened this pull request about 2 years ago
Fix value omissions in `yield` invocations

gsamokovarov opened this pull request about 2 years ago
`Lint/UselessMethodDefinition` false positive when `super()` has parens

joeldrapper opened this issue about 2 years ago
False positive: Style/RedundantConstantBase

jeffwidman opened this issue about 2 years ago
About the NotImplementedError exception for Lint/UnusedMethodArgument

sandstrom opened this issue about 2 years ago
Style/FrozenStringLiteralComment docs and default

halilim opened this issue about 2 years ago
Feature: forbid disabling a cop

grosser opened this issue about 2 years ago
Correctly detect Rails version when using only parts of the framework

bdewater opened this pull request about 2 years ago
Allow extensions inject their defaults

pirj opened this pull request about 2 years ago
Optimize rubocop

fatkodima opened this pull request about 2 years ago
New cop that detects operations with constant results

fatkodima opened this issue about 2 years ago
How do I get rubocop to accept non-indented `x = if ...`?

ioquatix opened this issue over 2 years ago
[Fix #11024] Add `require_always` option to `Style/EndlessMethod`

koic opened this pull request over 2 years ago
[Fix #11034] Fix hang when using `--stderr` in server mode

tdeo opened this pull request over 2 years ago
How to enforce endless methods?

metalelf0 opened this issue over 2 years ago
Prevent `Hash.new` with reference values like `Hash.new([])`

baweaver opened this issue over 2 years ago
Communicate with rubocop server via sockets

matiutd888 opened this issue over 2 years ago
Add Style/StringConcatenation support for << with string literals?

vlad-pisanov opened this issue over 2 years ago
`invalid byte sequence` error when escaping utf-8 characters in a regexp character range

runephilosof-karnovgroup opened this issue over 2 years ago
[Fixes #9227] Corrected the misleading example for `Style/GuardClause`

v1nayv opened this pull request over 2 years ago
Caching prevents warnings from configuration within source code

tnir opened this issue over 2 years ago
AllCops > Include parameter isn't behaving as expected

johnnyshields opened this issue over 2 years ago
Add AllowedPatterns to Naming/VariableNumber,VariableName

henrahmagix opened this pull request almost 3 years ago
JSON Schema for Rubocop Config

dleavitt opened this issue almost 3 years ago
Add autocorrect for `Lint/EmptyConditionalBody` cop.

OwlKing opened this pull request almost 3 years ago
Logo dark mode

GrahamHutchinso6275 opened this pull request almost 3 years ago
[Fix #9816] Add a ShortCircuit option to Lint/SafeNavigationConsistency

rrosenblum opened this pull request almost 3 years ago
[Fix #10373] Support top level departments in config

jonas054 opened this pull request almost 3 years ago
Lint our YAML files, using yamllint

bquorning opened this pull request about 3 years ago
Style/BlockDelimiters missing a 1 line do/end block

tas50 opened this issue about 3 years ago
Rroblem with Style/HashSyntax cop in Ruby 3.1

tycooon opened this issue about 3 years ago
`Style/MapToHash` incorrectly flags non-hash transformations

ojab opened this issue about 3 years ago
Metrics/AbcSize cop not counting method arguments as assignment

efurtak opened this issue about 3 years ago
Introduce cop to warn against usage of `$!` and `$@`.

ioquatix opened this issue over 3 years ago
Default disable Style/ClassVars

dduugg opened this issue over 3 years ago
Lint/DuplicateBranch can have legitimate reasons

ccutrer opened this issue over 3 years ago
Fix Lint/ElseLayout when using multi-branch statements

bkuhlmann opened this issue over 3 years ago