Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,840 contributions in the last year
Activity overview
Contribution activity
October 2020
- [Fix #8859] Add new `Lint/UnmodifiedReduceAccumulator` cop
- [Fix #8919] Require RuboCop AST to 1.0.1 or higher
- Fix autocorrection for `Layout/TrailingWhitespace` in heredocs.
- Add new `Lint/DuplicateRegexpCharacterClassElement` cop
- [Fix #8708] Fix bad regexp recognition in `Lint/OutOfRangeRegexpRef` when there are multiple regexps
- Show extension cop versions when using `--verbose-version` option
- Add `after_<type>` callbacks
- Handle redundant parentheses around an interpolated expression for `Style/RedundantParentheses` cop
- Remove redundant blank for `Lint/ToJSON`'s offense message
- Fix false positive in `Style/RedundantSelf` cop with nested `self` access
- Add new `Lint/EmptyBlock` cop
- Handling trailing whitespace in Heredoc
- [Fix #7944] Add `MaxAllowedUnannotated` option to `Style/FormatStringToken` cop.
- [Fix #8781] Change how comments are determined for `Style/SafeNavigation` autocorrection
- Make `Security/Open` aware of `URI.open`
- Mark `Style/SlicingWithRange` as safe
- Don't over use `extend`
- Rework `Lint/RedundantSafeNavigation` to be more safe
- [Fix #8875] Fix incorrect autocorrect for `Style/ClassEqualityComparison`
- [Fix #8862] Fix an error for `Lint/AmbiguousRegexpLiteral`
- [Fix #8782] Mark any condition with defined? as an unsafe autocorrection if it is not parenthesized
- [Fix #7549] Add `Style/ArgumentsForwarding` cop
- Make `Style/RedundantBegin` aware of `begin` without `rescue`
- [Fix #8835] Fix an incorrect autocorrect for `Style/RedundantInterpolation`
- Add new `Style/ClassEqualityComparison` cop
- Some pull request reviews not shown.