Highlights
- 1 discussion answered
Pinned
2,079 contributions in the last year
Less
More
Activity overview
Contributed to
rubocop/rubocop,
rubocop/rubocop-rails,
rubocop/rubocop-performance
and 5 other
repositories
Contribution activity
August 2021
Created 23 commits in 6 repositories
Created a pull request in rubocop/rubocop that received 4 comments
[Fix #9980] Fix a false positive for Style/IdenticalConditionalBranches
Fixes #9980.
This PR fixes a false positive for Style/IdenticalConditionalBranches when assigning to a variable used in a condition.
Before submit…
+59
−4
•
4
comments
Opened 14 other pull requests in 4 repositories
rubocop/rubocop
4
merged
7
open
-
[Fix #10002] Fix an incorrect auto-correct for
Lint/AmbigousRegexpLiteral - Parallel static analysis by default
-
Add new
Style/RedundantSelfAssignmentBranchcop -
Add doc and test for about pattern matching for
Style/MissingElse -
Update
StyleGuideURL forStyle/WhenThen -
Update the doc for
Style/BlockDelimiters -
[Fix #9989] Mark unsafe auto-correct for
Style/CommentedKeyword -
Mark
Style/IdenticalConditionalBranchesas unsafe auto-correction -
[Fix #9973] Fix a false positive for
Layout/RescueEnsureAlignment - Workaround for CI build error when using Bundler 2.2.5 on Windows
-
Add
InternalAffairs/InheritDeprecatedCopClasscop
rubocop/rubocop-performance
1
open
rubocop/rubocop-minitest
1
merged
rubocop/rubocop-sequel
1
merged
Reviewed 3 pull requests in 1 repository
rubocop/rubocop
3 pull requests
Created an issue in rubygems/rubygems that received 4 comments
undefined method 'add_dependency_names' for nil:NilClass when using Bundler 2.2.5 on Windows
Describe the problem as clearly as you can Bundler 2.2.5 on Windows now cause errors. Failure/Error: @parser = lockfile ? Bundler::LockfileParser.…
4
comments
