Highlights
- Pro
Pinned Loading
-
rubocop/rubocop
rubocop/rubocop PublicA Ruby static code analyzer and formatter, based on the community Ruby style guide.
-
-
bundler-dependencies
bundler-dependencies PublicBundler plugin to investigate dependencies
-
633 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
rubocop/rubocop,
rubocop/rubocop-ast,
dvandersluis/bundler-dependencies
and 20 other
repositories
Loading
Contribution activity
March 2025
Created 30 commits in 4 repositories
Created a pull request in rubocop/rubocop that received 15 comments
[Fix #12360] Add new Naming/PredicateMethod
cop to check that predicate methods end with ?
and non-predicate methods do not
First, in order to prevent confusion, the existing Naming/PredicateName
cop has been renamed Naming/PredicatePrefix
. The two cops are too complex t…
+914
−23
lines changed
•
15
comments
Opened 25 other pull requests in 5 repositories
rubocop/rubocop
15
merged
1
open
2
closed
-
Enable
RSpec/Dialect
to enforceshared_examples
instead ofshared_examples_for
This contribution was made on Mar 28 -
[Fix #14046] Add new
Style/Itself
copThis contribution was made on Mar 27 -
Consistently use
shared_examples
in specsThis contribution was made on Mar 25 -
Add new
InternalAffairs/SharedExamples
cop to enforce consistency when defining shared examples in specsThis contribution was made on Mar 25 -
[Fixes #12358] Add
does
as a forbidden prefix toNaming/PredicateName
This contribution was made on Mar 25 -
Update
Style/RedundantFormat
to register offenses when the only argument toformat
orsprintf
is a constantThis contribution was made on Mar 21 -
Allow cop renames to trigger warnings instead of fatal errors
This contribution was made on Mar 19
-
Temporarily pin ruby-lsp to < 0.23.12
This contribution was made on Mar 18
-
Remove
broken_on: :prism
from specsThis contribution was made on Mar 18 -
Improve documentation for
Lint/RaiseException
This contribution was made on Mar 17 -
[Fix #13986] Add support for
Array#intersection
toStyle/ArrayIntersect
This contribution was made on Mar 14 -
[Fix #8099] Fix infinite loop between
Layout/SpaceAroundOperators
andLayout/HashAlignment
withEnforcedHashRocketStyle
being an array containingtable
This contribution was made on Mar 13 -
Add
Mode: conservative
configuration toStyle/FormatStringToken
to make the cop only register offenses for strings given toprintf
,sprintf
,format
, and%
This contribution was made on Mar 12 -
Update documentation for
Style/FormatStringToken
for clarityThis contribution was made on Mar 11 -
[Fix #13965] Update
Lint/RedundantCopDisableDirective
to register an offense when cop names are given with improper casingThis contribution was made on Mar 10 -
Tweak the offense message for
Style/ExponentialNotation
This contribution was made on Mar 5 -
[Fix #12049] Add new
Style/HashFetchChain
cop to detect method chains that can be replaced with a single call todig
This contribution was made on Mar 5 -
Fix changelog for #13935
This contribution was made on Mar 3
rubocop/rubocop-rspec
2
merged
2
closed
-
Add new
RSpec/IncludeExamples
cop to preferit_behaves_like
overinclude_examples
This contribution was made on Mar 26 -
Add new
RSpec/PreferredSharedExampleMethods
cop to enforce consistency when defining shared examplesThis contribution was made on Mar 25 -
Fix
Style/RedundantParentheses
offense on edge rubocopThis contribution was made on Mar 25 -
Update
RSpec/SharedExamples
to allow specifying a preferred method to use for defining and including shared examples and contextThis contribution was made on Mar 25
rubocop/ruby-style-guide
1
open
-
Clarify that
can
is sometimes a valid verb for predicate namesThis contribution was made on Mar 25
rubocop/rubocop-performance
1
merged
-
Fix
Performance/FixedSize
false positive whencount
is called with anumblock
This contribution was made on Mar 20
rubocop/rubocop-ast
1
merged
-
Revert "Don't show a deprecation warning for
EnsureNode#branch
just yet"This contribution was made on Mar 19
Reviewed 16 pull requests in 2 repositories
rubocop/rubocop
13 pull requests
-
[Fix #14046] Add new
Style/Itself
copThis contribution was made on Mar 27 -
[Fixes #12358] Add
does
as a forbidden prefix toNaming/PredicateName
This contribution was made on Mar 25 -
Fix handling of long heredoc lines with SplitStrings enabled
This contribution was made on Mar 24
-
Update
Style/RedundantFormat
to register offenses when the only argument toformat
orsprintf
is a constantThis contribution was made on Mar 21 -
Support
it
block parameter inStyle
copsThis contribution was made on Mar 21 -
Stale tweaks
This contribution was made on Mar 18
-
[Fix #13986] Add support for
Array#intersection
toStyle/ArrayIntersect
This contribution was made on Mar 17 -
Prevent a false-positive in UselessAssignment
This contribution was made on Mar 17
-
[Fix #8099] Fix infinite loop between
Layout/SpaceAroundOperators
andLayout/HashAlignment
withEnforcedHashRocketStyle
being an array containingtable
This contribution was made on Mar 14 -
[Fix #12049] Add new
Style/HashFetchChain
cop to detect method chains that can be replaced with a single call todig
This contribution was made on Mar 7 -
[Fix #13621] Add
ForbiddenIdentifiers
config toNaming/MethodName
copThis contribution was made on Mar 6 -
Tweak the offense message for
Style/ExponentialNotation
This contribution was made on Mar 6 -
[Fix #13933] Fix wrong autocorrect for
Style/KeywordParametersOrder
with commentsThis contribution was made on Mar 3
rubocop/rubocop-rspec
3 pull requests
-
Add new
RSpec/PreferredSharedExampleMethods
cop to enforce consistency when defining shared examplesThis contribution was made on Mar 28 -
Add new
RSpec/IncludeExamples
cop to preferit_behaves_like
overinclude_examples
This contribution was made on Mar 26 -
Update
RSpec/SharedExamples
to allow specifying a preferred method to use for defining and including shared examples and contextThis contribution was made on Mar 25
Created an issue in rubocop/rubocop-rspec that received 4 comments
bundle exec rake
changing documentation on master
The following changes are created after running bundle exec rake
on a clean master branch:
Index: docs/modules/ROOT/pages/cops_rspec.adoc
<+>UTF-8
=…
4
comments