2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #13438 from dvandersluis/lint-void-dot More... 9 months ago
Fix incorrect correction in `Lint/Void` if an operator is called in a void context using a dot. More... 9 months ago
Add new `Lint/HashNewWithKeywordArgumentsAsDefault` cop More... 9 months ago
Merge pull request #13436 from lovro-bikic/fix/incorrect-autocorrect-for-lint-redundant-splat-expansion More... 9 months ago
Recognize percent literal array arg in safe navigation for Lint/RedundantSplatExpansion More... 9 months ago
Merge pull request #13435 from Earlopain/memoized-assignment-method More... 9 months ago
Tweak offense message for `Style/IfWithSemicolon` More... 9 months ago
[Fix #13434] False positive for `Naming/MemoizedInstanceVariableName` with assignment methods More... 9 months ago
Merge pull request #13431 from aduth/aduth-method-empty-lines-args More... 9 months ago
Merge pull request #13428 from Earlopain/circular-arguments-useless More... 9 months ago
Merge pull request #13432 from lovro-bikic/feature/float-comparison-false-positive-against-nil More... 9 months ago
Fix false positive for Lint/FloatComparison against nil More... 9 months ago
Fix EmptyLinesAroundMethodBody for methods with arguments spanning multiple lines More... 9 months ago
Fix spacing in Lint/NoReturnInBeginEndBlocks More... 9 months ago
Document that `CircularArgumentReference` is useless on modern rubies More... 9 months ago
Add a project spec More... 9 months ago
Regenerate RuboCop TODO file More... 9 months ago
Add some explanation to `Style/MissingRespondToMissing` More... 9 months ago
Merge pull request #13424 from koic/fix_false_positives_for_style_safe_navigation More... 9 months ago
[Fix #13421] Fix false positives for `Style/SafeNavigation` More... 9 months ago
Merge pull request #13420 from dvandersluis/redundant-safe-nav-self More... 9 months ago
Where possible, use node extensions instead of *splat More... 9 months ago
Update references to `children` on assignment nodes to node methods. More... 9 months ago
Merge pull request #13413 from bquorning/less-node-destructuring More... 9 months ago
Merge pull request #13419 from dvandersluis/fix/lint/deprecated-open-ssl-constant More... 10 months ago
Merge pull request #13417 from koic/fix_false_positives_for_naming_memoized_instance_variable_name More... 10 months ago
Update `Lint/RedundantSafeNavigation` to register an offense when the receiver is `self`. More... 10 months ago
Reduce node destructuring More... 10 months ago
Fix `Lint/DeprecatedOpenSSLConstant` false positive when the argument is a safe navigation method call. More... 10 months ago
[Fix #13415] Fix false positives for `Naming/MemoizedInstanceVariableName` More... 10 months ago