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
2,039 contributions in the last year
Activity overview
Contributed to
rubocop-hq/rubocop,
rubocop-hq/rubocop-rails,
rubocop-hq/rubocop-minitest
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in rubocop-hq/ruby-style-guide that received 3 comments
Add new "Identity Comparison" rule
This PR adds new "Equal Object Identifier" rule that prefers equal? over == when comparing object_id. Object#equal? method is provided to compare o…
+13
−0
•
3
comments
- Use `Cop::Base` API for `Style` department [F-M]
- Fix a false positive for `Lint/UriRegexp`
- Use `Cop::Base` API for `Style` department [A-E]
- [Fix #8466] Fix a false positive for `Lint/UriRegexp`
- [Fix #8444] Fix an error for `Layout/FirstMethodArgumentLineBreak
- Fix an incorrect auto-correct for `Style/StructInheritance`
- Inline `ParserDiagnostic` module
- Fix a style guide link for `Layout/SpaceInsideHashLiteralBraces`

