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
Specify `v1.9.0` repository revision for precommit integration in docs More... 9 months ago
Cut 1.69.1 More... 9 months ago
Update Changelog More... 9 months ago
Lint/BinaryOperatorWithIdenticalOperands: Remove MATH_OPERATORS as they will now not be reached thanks to RESTRICT_ON_SEND More... 9 months ago
Merge pull request #13529 from dvandersluis/generator-internal-affairs More... 9 months ago
Merge pull request #13531 from rubocop/dependabot/github_actions/karancode/yamllint-github-action-3.0.0 More... 9 months ago
Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 More... 9 months ago
Merge pull request #13528 from viralpraxis/fix-style-redundant-parentheses-cop-failure-with-splatted-case-without-condition More... 9 months ago
Fix `Style/RedundantParentheses` cop failure in case of splatted `case` node without condition More... 9 months ago
Update code to avoid checking if a cop is enabled by hash lookup More... 9 months ago
Add `Config#for_enabled_cop` and `Config#cop_enabled?` More... 9 months ago
Add `InternalAffairs/CopEnabled` cop to suggest using `config.cop_enabled?` or `config.for_enabled_cop` More... 9 months ago
Update `rake new_cop` to handle `InternalAffairs` cops More... 9 months ago
Merge pull request #13526 from viralpraxis/fix-string-concatenation-cop-failure-with-implicit-concat More... 9 months ago
Merge pull request #13523 from viralpraxis/fix-style-access-modifier-declarations-cop-failure-with-if-without-else More... 9 months ago
Fix `Style/StringConcatenation` cop failure when there are mixed implicit and explicit concatenations More... 9 months ago
Merge pull request #13524 from viralpraxis/fix-style-redundant-argument-cop-failure-on-invalid-encoding-string-literal More... 9 months ago
Merge pull request #13527 from viralpraxis/follow-up-to-13524-minor-stylefix More... 9 months ago
Follow-up to #13524: minor stylefix More... 9 months ago
Fix `Style/RedundantArgument` cop failure while inspecting string literal with invalid encoding More... 9 months ago
Fix `Style::AccessModifierDeclarations` cop failure in case of `if` node without `else` More... 9 months ago
Merge pull request #13522 from viralpraxis/fix-lint-unescaped-bracket-in-regexp-cop-with-invalid-regexp More... 9 months ago
Fix `Lint/UnescapedBracketInRegexp`` cop failure in case of invalid regular expiression More... 9 months ago
Merge pull request #13521 from viralpraxis/fix-style-redundant-self-cop-failure-on-kwnilarg-node-argument More... 9 months ago
Fix `Style/RedundantSelf` cop failure with `kwnilarg` argument node. More... 9 months ago
Merge pull request #13520 from dvandersluis/issue/13511 More... 9 months ago
Merge pull request #13519 from dvandersluis/add_restrict_on_send More... 9 months ago
[Fix #13511] Fix false positive in `Lint/UnescapedBracketInRegexp` when using regexp_parser 2.9.2 and earlier More... 9 months ago
Add `RESTRICT_ON_SEND` to more cops More... 9 months ago
Merge pull request #13184 from isuckatcs/fix-unreachable-code-false-positives More... 9 months ago