2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update `Style/ReturnNilInPredicateMethodDefinition` to detect implicit `nil` returns inside `if`. More... 11 months ago
Merge pull request #13304 from Earlopain/incompatible-autocorrect-block-delim-redundant-begin More... 11 months ago
[Fix #13302] Fix incompatible autocorrect between `Style/RedundantBegin` and `Style/BlockDelimiters` with `EnforcedStyle: braces_for_chaining` More... 11 months ago
[Fix #13225] Avoid syntax error when correcting `Style/OperatorMethodCall` with `/` operations followed by a parenthesized argument. More... 11 months ago
Merge pull request #13293 from Earlopain/gemspec-filename More... 11 months ago
Add new `Style/KeywordArgumentsMerging` cop More... 11 months ago
Fix `TargetRubyVersion` from a gemspec when the gemspec is not named like the folder it is located in More... 11 months ago
Set `EnforcedShorthandSyntax: either` by default for `Style/HashSyntax` More... 11 months ago
Fix an error for `Layout/AccessModifierIndentation` More... 11 months ago
Merge pull request #13297 from sambostock/fix-ruby-head-spec-compatibility More... 11 months ago
Make `ConfigStore.for` spec compatible new `inspect` More... 11 months ago
Merge pull request #13292 from koic/fix_an_incorrect_autocorrect_for_style_rescue_modifier More... 11 months ago
[Fix #13291] Fix an incorrect autocorrect for `Style/RescueModifier` More... 11 months ago
Merge pull request #13289 from koic/use_prism_1_1 More... 11 months ago
Use Prism 1.1 for development More... 11 months ago
[Fix #12988] Add new `Style/AmbiguousEndlessMethodDefinition` cop. More... 11 months ago
[Fix #13229] Update `Style/MapIntoArray` to be able to handle arrays created using `[].tap`. More... 11 months ago
Merge pull request #13283 from koic/fix_false_positives_for_style_redundant_line_continuation More... 11 months ago
Use RuboCop RSpec 3.1 for development More... 11 months ago
Merge pull request #13276 from Earlopain/tweak-offense-correctable-docs More... 11 months ago
Tweak docs for `Offense.correctable?` More... 11 months ago
[Fix #13145] Fix false positives for `Style/RedundantLineContinuation` More... 11 months ago
Support Ruby 3.4 for `Lint/UriRegexp` More... 11 months ago
Generate predictable header ids for duplicate headers More... 11 months ago
Merge pull request #13273 from Earlopain/only-warn-during-dev More... 11 months ago
Merge pull request #13274 from Earlopain/safe-navigation-followup More... 11 months ago
Fix an error for mixed and/or in begin node for `Style/SafeNavigation` More... 11 months ago
Only raise for warnings in CI More... 11 months ago
Merge pull request #13272 from koic/fix_false_positive_for_lint_ambiguous_range More... 11 months ago
[Fix #13271] Fix a false positive for `Lint/AmbiguousRange` More... 11 months ago