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
Update `Lint/ItWithoutArgumentsInBlock` to not register an offense in Ruby 3.4
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Improve syntax error output for `rake documentation_syntax_check`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Doc] Fix missing backtick in `InternalAffairs/NumblockHandler` description
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Make `Style/ArrayIntersect` aware of `none?`
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Fix a test failure on 3.4-dev with webmock
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Fix typo: Layout//ParameterAlignment -> Layout/ParameterAlignment
jdufresne opened this pull request 3 months ago
jdufresne opened this pull request 3 months ago
Running `bundle exec rake` causes Parser warnings on main
corsonknowles opened this issue 3 months ago
corsonknowles opened this issue 3 months ago
[Fix #11013] Alert on shared mutable defaults during Hash Initialization
corsonknowles opened this pull request 3 months ago
corsonknowles opened this pull request 3 months ago
[Fix #11680] Add autocorrection for strings to `Layout/LineLength`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix false positives for `Lint/InterpolationCheck`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Add new `InternalAffairs/OperatorKeyword` cop
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Style/BitwisePredicate iinspection error
JoeCohen opened this issue 3 months ago
JoeCohen opened this issue 3 months ago
undefined method 'op_asgn_type?' error with syntactically valid code
CampNowhere opened this issue 3 months ago
CampNowhere opened this issue 3 months ago
[Fix #13453] Update `Style/AccessModifierDeclarations` to handle `attr_*` methods with multiple parameters
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Replace `EnsureNode.body` with `EnsureNode.branch`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix a false positive for `Layout/EmptyLineAfterGuardClause`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Error in Layout/CommentIndentation
JochenLutz opened this issue 3 months ago
JochenLutz opened this issue 3 months ago
Style/AccessModifierDeclarations does not recognize AllowModifiersOnAttrs/Symbols
dmke opened this issue 3 months ago
dmke opened this issue 3 months ago
LSP is not working properly on neovim >= 0.10
otavioschwanck opened this issue 3 months ago
otavioschwanck opened this issue 3 months ago
Make strict warnings opt-in, in CI as well as locally
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
[Fix #12597] Update `Style/SingleLineDoEndBlock` to not register an offense if it will introduce a conflicting `Layout/RedundantLineBreak` offense
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Add additional tests for compound clauses for `Lint/AssignmentInCondition`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
`AssignmentInCondition` didn't find the style problem
itsalongstory opened this issue 3 months ago
itsalongstory opened this issue 3 months ago
Rubocop server crashing when it attempts to restart
xxx opened this issue 3 months ago
xxx opened this issue 3 months ago
Fix an incorrect autocorrect for `Style/OneLineConditional`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
[Fix #13433] Fix autocorrection for `Style/AccessModifierDeclarations` for multiple inline symbols
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/NestedTernaryOperator`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
[Fix #13437] Add new cop `Lint/UselessDefined`
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Add new `Lint/HashNewWithKeywordArgumentsAsDefault` cop
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Fix incorrect correction in `Lint/Void` if an operator is called in a void context using a dot
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Cop idea: Detect usages of `defined?` that will always be truthy
Earlopain opened this issue 3 months ago
Earlopain opened this issue 3 months ago
Recognize percent literal array arg in safe navigation for `Lint/RedundantSplatExpansion`
lovro-bikic opened this pull request 3 months ago
lovro-bikic opened this pull request 3 months ago
[Fix #13434] False positive for `Naming/MemoizedInstanceVariableName` with assignment methods
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
False positive for `Naming/MemoizedInstanceVariableName` and `Lint/Syntax` cops
ydakuka opened this issue 3 months ago
ydakuka opened this issue 3 months ago
False positives for Style/AccessModifierDeclarations cop
nerixim opened this issue 3 months ago
nerixim opened this issue 3 months ago
Fix false positive for `Lint/FloatComparison` against nil
lovro-bikic opened this pull request 3 months ago
lovro-bikic opened this pull request 3 months ago
Fix EmptyLinesAroundMethodBody for methods with arguments spanning multiple lines
aduth opened this pull request 3 months ago
aduth opened this pull request 3 months ago
EmptyLinesAroundMethodBody false negative if method has arguments spanning multiple lines
aduth opened this issue 3 months ago
aduth opened this issue 3 months ago
Fix spacing in Lint/NoReturnInBeginEndBlocks
Zopolis4 opened this pull request 3 months ago
Zopolis4 opened this pull request 3 months ago
Document that `CircularArgumentReference` is useless on modern rubies
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Show warning if cop configurations create an inconsistency that will cause unexpected behaviour
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Where possible, use node extensions instead of `*splat`
bquorning opened this pull request 3 months ago
bquorning opened this pull request 3 months ago
Add some explanation to `Style/MissingRespondToMissing`
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
[Fix #13421] Fix false positives for `Style/SafeNavigation`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Autocorrected safe navigation violates new navigation chain rules
jamesoneill997 opened this issue 3 months ago
jamesoneill997 opened this issue 3 months ago
Update references to `children` on assignment nodes to node methods
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Interaction between `Style/SafeNavigation` and `Style/SafeNavigationChainLength`
fatkodima opened this issue 3 months ago
fatkodima opened this issue 3 months ago
Update `Lint/RedundantSafeNavigation` to register an offense when the receiver is `self`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix `Lint/DeprecatedOpenSSLConstant` false positive when the argument is a `csend` node
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Style/BitwisePredicate error
malawi89 opened this issue 3 months ago
malawi89 opened this issue 3 months ago
[Fix #13415] Fix false positives for `Naming/MemoizedInstanceVariableName`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Minor documentation change
bquorning opened this pull request 3 months ago
bquorning opened this pull request 3 months ago
`Naming/MemoizedInstanceVariableName` should disable if method name is `initialize_copy`, `initialize_clone`, `initialize_dup`
lolychee opened this issue 3 months ago
lolychee opened this issue 3 months ago
[Fix #13412] Fix a false positive for `Style/RedundantLineContinuation`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Reduce node destructuring
bquorning opened this pull request 3 months ago
bquorning opened this pull request 3 months ago
Style/RedundantLineContinuation violations following __END__
dduugg opened this issue 3 months ago
dduugg opened this issue 3 months ago
Fix `Style/BitwisePredicate` when using a method
d4be4st opened this pull request 3 months ago
d4be4st opened this pull request 3 months ago
Grammar fixes
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #13395] False positive for `Lint/UselessAssignment` when assigning in branch and block
pCosta99 opened this pull request 3 months ago
pCosta99 opened this pull request 3 months ago
`Style/BitwisePredicate` autocorrect produce broken code
VitaliySerov opened this issue 3 months ago
VitaliySerov opened this issue 3 months ago
[Fix #13402] Fix a false positive for `Lint/SafeNavigationConsistency`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
[Fix #11393] Update `Lint/UnusedMethodArgument` to allow the class names for `IgnoreNotImplementedMethods` to be configured
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #13372] Fix inconsistent cache directory when using --cache-root
Capncavedan opened this pull request 3 months ago
Capncavedan opened this pull request 3 months ago
Fix `Style/AccessModifierDeclarations` to register access modifiers with multiple symbols
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #13058] Update `Style/AccessModifierDeclarations` to accept modifier with splatted method call
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Lint/SafeNavigationConsistency precedence problem
Am1ne77 opened this issue 3 months ago
Am1ne77 opened this issue 3 months ago
Fix a false negative for `Style/RedundantLineContinuation`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Fix docs for `Offense.cop_name`
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Fix typos `and offense` instead of `an offense`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #12140] Add new `Style/CombinableDefined` cop
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Update `PercentLiteralCorrector` to be able to write pairs of delimiters without excessive escaping
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #13387] Fix false positives for `Style/RedundantParentheses`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
False positive for `Lint/UselessAssignment` when assigning in branch and block
Earlopain opened this issue 3 months ago
Earlopain opened this issue 3 months ago
Reconsider required commas for trailing comma cops for literals with braces on the same line
fatkodima opened this issue 3 months ago
fatkodima opened this issue 3 months ago
[Fix #13390] Fix false positives for `Style/GuardClause`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Fix deserialization of unknown encoding offenses
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Style/GuardClause autocorrect results in non-running code
ilvez opened this issue 3 months ago
ilvez opened this issue 3 months ago
[Fix #13309] Fix false negative with `Lint/UselessAssignment` when an useless assignment exists followed by a block
pCosta99 opened this pull request 3 months ago
pCosta99 opened this pull request 3 months ago
Fix another error for the documentation generator on Ruby 2.7
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
`Style/RedundantParentheses` are NOT redundant
stdedos opened this issue 3 months ago
stdedos opened this issue 3 months ago
Fix documentation for `Lint/UnescapedBracketInRegexp`
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #11514] Add new `Lint/UnescapedBracketInRegexp` cop
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Fix a wrongly memoized method in `VariableForce`
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Speed up variable force by 10x on pathological file
segiddins opened this pull request 3 months ago
segiddins opened this pull request 3 months ago
Handle error in extractors when the extractor is a class
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
[Fix #13378] When removing parens in `Style/TernaryParentheses` with a `send` node condition, ensure its arguments are parenthesized
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
[Fix #13378] Fix false positives for `Style/TernaryParentheses`
koic opened this pull request 3 months ago
koic opened this pull request 3 months ago
Fix an error when running with Ruby 3.4-dev
Earlopain opened this pull request 3 months ago
Earlopain opened this pull request 3 months ago
Style/TernaryParentheses reported incorrectly
kantum75 opened this issue 3 months ago
kantum75 opened this issue 3 months ago
`Style/RedundantConstantBase` when working in `*.jbuilder` files
stdedos opened this issue 3 months ago
stdedos opened this issue 3 months ago
[Fix #13374] Return exit code 0 with `--display-only-correctable` and `--display-only-safe-correctable` when no offenses are displayed
dvandersluis opened this pull request 3 months ago
dvandersluis opened this pull request 3 months ago
Exit status is inconsistent with the output when --display-only-correctable is on
vasil-nesterov opened this issue 4 months ago
vasil-nesterov opened this issue 4 months ago
[Fix #13372] Fix inconsistent cache directory when using --cache-root
Capncavedan opened this pull request 4 months ago
Capncavedan opened this pull request 4 months ago
`ResultCache.cleanup` inconsistency when using `--cache-root` vs ENV or config file
Capncavedan opened this issue 4 months ago
Capncavedan opened this issue 4 months ago
Fix a false positive for `Style/ZeroLengthPredicate` when using an Enumerator
punkstar opened this pull request 4 months ago
punkstar opened this pull request 4 months ago
[Fix #13364] Fix incorrect autocorrect with `Lint/UselessAssignment` a multiple assignment or `for` contains an inner assignment
dvandersluis opened this pull request 4 months ago
dvandersluis opened this pull request 4 months ago
[Fix #13368] Fix an incorrect autocorrect for `Naming/BlockForwarding`
koic opened this pull request 4 months ago
koic opened this pull request 4 months ago
"Some cop" misses the `&block` / `block` variable
stdedos opened this issue 4 months ago
stdedos opened this issue 4 months ago