2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for safe navigation to `Style/MethodCallWithoutArgsParentheses` More... 8 months ago
Merge pull request #13507 from lovro-bikic/feature/style-hash-slice-cop More... 8 months ago
Merge pull request #13669 from viralpraxis/fix-style-frozen-string-literal-comment-cop-error-on-weird-magic-comment More... 8 months ago
Merge pull request #13668 from tejasbubane/fix-13667 More... 8 months ago
Fix `Style/FrozenStringLiteralComment` cop error on unnormalized magic comment and `never` enforced style More... 8 months ago
[Fix #13667] Maintain precedence in autocorrect for `Style/SoleNestedConditional` More... 8 months ago
Reset the docs version More... 8 months ago
Cut 1.70 More... 8 months ago
Update Changelog More... 8 months ago
Fix build errors related to the RubyLSP add-on specs More... 8 months ago
Merge pull request #13658 from dvandersluis/slicing-with-range-autocorrect More... 8 months ago
Merge pull request #13663 from dvandersluis/redundant-self-assignment-safe-nav More... 8 months ago
Merge pull request #13664 from dvandersluis/doc/style/redundant-current-directory-in-path More... 8 months ago
Merge pull request #13665 from dvandersluis/object-then-safe-nav More... 8 months ago
Add support for safe navigation to `Style/ObjectThen` More... 8 months ago
[Doc] Improve documentation of `Style/RedundantCurrentDirectoryInPath` to point out that it only applies to `require_relative` More... 8 months ago
Update `Style/RedundantSelfAssignment` to handle safe navigation on the right-hand side of the assignment More... 8 months ago
Add support for safe navigation to `Style/SendWithLiteralMethodName` More... 8 months ago
[Doc] Add "Setting the version tracking metadata for cops" section More... 8 months ago
Merge pull request #13659 from viralpraxis/fix-style-missing-else-cop-error-on-configured-empty-else-cop-multiple-elsifs More... 8 months ago
Fix `Style/MissingElse` cop error if `Style/EmptyElse`'s style is not both and if expression contains `elsif` More... 8 months ago
Fix invalid autocorrect for `Style/SlicingWithRange` when calling `.[]` or `&.[]` with a correctable range More... 8 months ago
Add support for safe navigation to `Layout/LineLength` More... 8 months ago
Add support for safe navigation to `Layout/HeredocArgumentClosingParenthesis` More... 8 months ago
Add support for safe navigation to `Layout/HashAlignment` More... 8 months ago
Merge pull request #13654 from marocchino/fix-false-positive-for-style-redundant-initialize More... 8 months ago
Merge pull request #13652 from dvandersluis/method-length-allowed More... 8 months ago
Fix a false positive for `Style/RedundantInitialize` More... 8 months ago
[Fix #13606] Update `Style/AccessModifierDeclarations` to add `AllowModifiersOnAliasMethod` configuration (default `true`) More... 8 months ago
Update `Metrics/MethodLength` to make use of `AllowedMethods` and `AllowedPatterns` for methods defined dynamically with `define_method` More... 8 months ago