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,796 contributions in the last year
Activity overview
Contribution activity
October 2020
- 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
- Document interaction of `Style/AccessorGrouping` and `Sorbet` [doc]