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/SuperWithArgsParentheses` and `Style/MethodCallWithArgsParentheses` cause infinite loop
modosc opened this issue about 1 year ago
modosc opened this issue about 1 year ago
Lint/AmbiguousRange and Style/RedundantParentheses cause infinite loop
ccutrer opened this issue about 1 year ago
ccutrer opened this issue about 1 year ago
False positive in Lint/SelfAssignment
ccutrer opened this issue about 1 year ago
ccutrer opened this issue about 1 year ago
False Positive on Lint/LiteralAssignmentInCondition
ccutrer opened this issue about 1 year ago
ccutrer opened this issue about 1 year ago
False negative on the `Style/NumericPredicate` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Fix false positive for `Lint/LiteralAssignmentInCondition`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
[Fix #12429] Fix incorrect autocorrect for `Style/MapToHash`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
False negatives on the `Style/RedundantLineContinuation` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Bug in the `Style/MapToHash` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Wrong Indentation for the `Layout/MultilineMethodCallIndentation` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
[Fix #12309] Add new `Style/SuperArguments` cop
Earlopain opened this pull request about 1 year ago
Earlopain opened this pull request about 1 year ago
[Fix #12424] Make `Style/HashEachMethods` aware of safe navigation operator
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Feature request: Add new option to the `Style/FetchEnvVar` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Make `Style/HashEachMethods` aware of safe navigation operator
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
False negative YodaCondition
luke-hill opened this issue about 1 year ago
luke-hill opened this issue about 1 year ago
Optimize rspec tests
fatkodima opened this pull request about 1 year ago
fatkodima opened this pull request about 1 year ago
Make `Style/SelfAssignment` aware of some operators
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Add new `Lint/LiteralAssignmentInCondition` cop
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Enhance `Lint/RedundantSafeNavigation` to handle conversion methods with defaults
fatkodima opened this pull request about 1 year ago
fatkodima opened this pull request about 1 year ago
Feature Request - Autocorrect for Lint/DuplicateMethods
brkn opened this issue about 1 year ago
brkn opened this issue about 1 year ago
Add new `Style/ArrayFirstLast` cop
fatkodima opened this pull request about 1 year ago
fatkodima opened this pull request about 1 year ago
Enhance `Lint/SelfAssignment` to check attribute assignment and key assignment
fatkodima opened this pull request about 1 year ago
fatkodima opened this pull request about 1 year ago
[Fix #12413] Make `Style/InverseMethods` aware of safe navigation operator
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
False negative on `Style/InverseMethods`
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Cop idea: Redundant safe navigation for basic types
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
[Fix #12409] Fix an incorrect autocorrect for `Lint/SafeNavigationChain`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Extend `Style/SelfAssignment` beyond variables
vlad-pisanov opened this issue about 1 year ago
vlad-pisanov opened this issue about 1 year ago
Bug on the `Lint/SafeNavigationChain` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Make `Style/MapToHash` aware of safe navigation operator
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Fix an incorrect autocorrect for `Style/MapToHash` with `Layout/SingleLineBlockChain`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Cop idea: Prefer `first` and `last` over `[0]` and `[-1]`
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
[Fix #12404] Fix a false positive for `Layout/RescueEnsureAlignment`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Regression: `Layout/RescueEnsureAlignment` does not understand `rescue` inside of a block.
shyouhei opened this issue about 1 year ago
shyouhei opened this issue about 1 year ago
[Fix #12402] Fix false negatives for `Style/RedundantLineContinuation`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
False negative on the `Style/OptionalBooleanParameter` cop
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
New cop idea: `Layout/EmptyLineAfterRequires`
r7kamura opened this issue about 1 year ago
r7kamura opened this issue about 1 year ago
False negatives for `Style/RedundantLineContinuation`
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
add base support for minitest focus keyword
NewAlexandria opened this pull request about 1 year ago
NewAlexandria opened this pull request about 1 year ago
[Fix #12370] Make `Style/HashEachMethods` aware of unused block value
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
[Fix #12296] Support `Redundant*Names` options for `Style/ArgumentsForwarding`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Update `Style/CommentAnnotation` to recognize & autoccorect more annotation comments
bkjohnson opened this issue about 1 year ago
bkjohnson opened this issue about 1 year ago
[Fix #12394] Fix false negatives for `Style/RedundantReturn`
koic opened this pull request about 1 year ago
koic opened this pull request about 1 year ago
Improve `Style/RedundantReturn` cop for lambdas
ydakuka opened this issue about 1 year ago
ydakuka opened this issue about 1 year ago
Expand Lint/Void to catch other void contexts, specifically inside `if` statements
jez opened this issue about 1 year ago
jez opened this issue about 1 year ago
Cop idea: avoid numbered variables unless needed
vlad-pisanov opened this issue over 1 year ago
vlad-pisanov opened this issue over 1 year ago
Can we have a cop to recommend not using Dir.chdir?
timdiggins opened this issue over 1 year ago
timdiggins opened this issue over 1 year ago
[Fix #12353] Add new `Style/SuperWithArgsParentheses` cop
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Docs] Add Sublime Text section for LSP usage
themilkman opened this pull request over 1 year ago
themilkman opened this pull request over 1 year ago
Include expanded EnforcedStyle options when --no-auto-gen-enforced-style is given
kpost opened this pull request over 1 year ago
kpost opened this pull request over 1 year ago
[Fix #12146] Fix a false positive for `Lint/FloatComparison`
Earlopain opened this pull request over 1 year ago
Earlopain opened this pull request over 1 year ago
False positive on the `Lint/ReturnInVoidContext` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
[Fix #12242] Support `AllowModifiersOnAttrs` option for `Style/AccessModifierDeclarations`
krororo opened this pull request over 1 year ago
krororo opened this pull request over 1 year ago
[Fix #12377] Fix false positives for `Lint/Void`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12373] Fix a false negative for Lint/SymbolConversion
Earlopain opened this pull request over 1 year ago
Earlopain opened this pull request over 1 year ago
False positive for `Style/StringLiteralsInInterpolation` when 'interpolating' inside `%i[]`/`%w()` arrays
Earlopain opened this issue over 1 year ago
Earlopain opened this issue over 1 year ago
[Fix #12380] Make `Style/RedundantParentheses` aware of lambda or proc
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Improve `Style/RedundantParentheses` cop for lambdas
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Shadowing Methods
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Fix a false negative for `Style/Semicolon`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Lint/Void and Lint/UselessAssignment removed my code with side effect
stoivo opened this issue over 1 year ago
stoivo opened this issue over 1 year ago
[Fix #12374] Fix a false positive for `Layout/SpaceBeforeSemicolon`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12372] Fix a false negative for `Lint/Debugger`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Infinite loop caused by `Layout/SpaceBeforeSemicolon` and `Layout/SpaceInsideBlockBraces` cops
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
False negative with `Lint/SymbolConversion` in combination with string interpolation
Earlopain opened this issue over 1 year ago
Earlopain opened this issue over 1 year ago
Lint/Debugger not detected in begin/end blocks
fcsonline opened this issue over 1 year ago
fcsonline opened this issue over 1 year ago
Cop Idea: Do not combine optional keyword arguments with double splat arguments
mvz opened this issue over 1 year ago
mvz opened this issue over 1 year ago
Style/HashEachMethods: Detect use of `.each` + `_` variables
splattael opened this issue over 1 year ago
splattael opened this issue over 1 year ago
Style/NumericPredicate Error
mamirad opened this issue over 1 year ago
mamirad opened this issue over 1 year ago
[Fix #12311] Fix false negatives for `Style/RedundantParentheses`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Don't assume first and last comments are aligned
eugeneius opened this pull request over 1 year ago
eugeneius opened this pull request over 1 year ago
[Fix #12363] Fix incorrect rendering in `HTMLFormatter` formatter
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Missing HTML escape in HTML report of Style/RedundantRegexpArgument
scivola opened this issue over 1 year ago
scivola opened this issue over 1 year ago
[Fix #12361] Fix an incorrect autocorrect for `Naming/BlockForwarding`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Safe auto-correction of `Naming/BlockForwarding` and `Style/ArgumentsForwarding` generates a syntax error (Ruby 3.2)
tagliala opened this issue over 1 year ago
tagliala opened this issue over 1 year ago
Cop idea: Predicate Methods Suffix
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Implicit Options Hash
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Naming/PredicateName` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
[Fix #12337] Support `EnforcedStyleForRationalLiterals` for `Layout/SpaceAroundOperators`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Cop idea: Using Exceptions for Flow of Control
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Style/CaseEquality` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: DSL Method Calls
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Using `super` with Arguments
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Keyword Arguments vs Optional Arguments
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Style/Alias` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Accessing Elements Directly
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: reverse_each
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Style/ModuleFunction` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Style/OptionalBooleanParameter` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Snake Case for Symbols
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: `Hash#fetch` defaults
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Heredocs
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Single-line Classes
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Avoid tap
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: File Classes
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Use Hash Blocks
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Dangerous Method Suffix
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Line Continuation in Expressions
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Improve `Layout/SpaceAroundOperators` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: `Hash#values_at`
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Cop idea: Prefer `#flat_map` over `flatten(1)`
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago