@rubocop core team.
-
ESM, Inc. (@esminc)
- Tokyo, Japan
-
17:28
- 9h ahead - https://koic.github.io
- @koic
- @[email protected]
Sponsors
Pinned Loading
-
rubocop/rubocop
rubocop/rubocop PublicA Ruby static code analyzer and formatter, based on the community Ruby style guide.
-
rubocop/rubocop-rails
rubocop/rubocop-rails PublicA RuboCop extension focused on enforcing Rails best practices and coding conventions.
-
-
bblimke/webmock
bblimke/webmock PublicLibrary for stubbing and setting expectations on HTTP requests in Ruby.
-
-
rsim/oracle-enhanced
rsim/oracle-enhanced PublicOracle enhaced adapter for ActiveRecord
2,060 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-rails,
rubocop/rubocop-performance
and 87 other
repositories
Loading
Contribution activity
March 2025
Created 105 commits in 18 repositories
Created 4 repositories
-
koic/rubocop-factory_bot
Ruby
This contribution was made on Mar 12
-
koic/rubocop-capybara
Ruby
This contribution was made on Mar 12
-
koic/slim-lint
Ruby
This contribution was made on Mar 6
-
koic/rubocop-rspec_rails
Ruby
This contribution was made on Mar 5
Created a pull request in rubocop/rubocop that received 24 comments
[Fix #13597] Add new Style/ItBlockParameter
cop
This PR adds new Style/ItBlockParameter
cop that checks for replacement with or disallowing of the it
block parameter.
It provides three EnforcedStyle
+348
−0
lines changed
•
24
comments
Opened 35 other pull requests in 17 repositories
rubocop/rubocop
16
merged
-
Tweak the output of
rubocop -V
whenTargetRubyVersion
<= 3.2This contribution was made on Mar 26 -
Support
it
block parameter inInternalAffairs
copsThis contribution was made on Mar 22 -
Fix an error for
Style/HashFetchChain
This contribution was made on Mar 22 -
Support
it
block parameter inMetrics
copsThis contribution was made on Mar 21 -
Support
it
block parameter inLint
copsThis contribution was made on Mar 21 -
Support
it
block parameter inLayout
copsThis contribution was made on Mar 21 -
Support
it
block parameter inStyle
copsThis contribution was made on Mar 21 -
[Doc] Tweak navigation of docs
This contribution was made on Mar 15
-
Prevent redundant plugin loading
This contribution was made on Mar 13
-
Allow
TLS1_1
andTLS1_2
by default inNaming/VariableNumber
This contribution was made on Mar 12 -
[Fix #13975] Fix false positives for
Style/RedundantCurrentDirectoryInPath
This contribution was made on Mar 12 -
Fix false alarm for config obsoletion
This contribution was made on Mar 10
-
[Fix #13969] Fix a false positive for
Lint/SharedMutableDefault
This contribution was made on Mar 10 -
Make
Lint/RedundantTypeConversion
aware of redundantto_d
This contribution was made on Mar 9 -
Fix incorrect disabling of departments when inheriting configuration
This contribution was made on Mar 4
-
Fix false positives for
Style/RedundantCondition
This contribution was made on Mar 3
standardrb/lint_roller
2
open
-
[Doc] Fix incorrect hyperlink in the README
This contribution was made on Mar 1
-
[Doc] RuboCop uses lint_roller
This contribution was made on Mar 1
toshimaru/rubocop-rails_config
1
open
1
merged
-
Bump rubocop-packaging to 0.6.0
This contribution was made on Mar 26
-
Support RuboCop Plugin System
This contribution was made on Mar 4
rails/rails
2
merged
-
Bump rubocop-packaging to 0.6.0
This contribution was made on Mar 23
-
Use RuboCop plugin
This contribution was made on Mar 3
rubocop/rubocop-rspec
1
merged
-
Use extended
CopsDocumentationGenerator
This contribution was made on Mar 4
rubocop/rubocop-rspec_rails
1
merged
-
Use extended
CopsDocumentationGenerator
This contribution was made on Mar 5
rubocop/rubocop-extension-generator
1
merged
-
Prevent errors when internally using cops that rely on configuration options
This contribution was made on Mar 5
sds/slim-lint
1
merged
-
Reuse
RuboCop::CLI
This contribution was made on Mar 6
rsim/oracle-enhanced
1
open
-
Use RuboCop Plugin
This contribution was made on Mar 7
rubocop/rubocop-performance
1
merged
-
[Fix #492] Fix false positives for
Performance/StringIdentifierArgument
This contribution was made on Mar 7
bliki-ja/bliki-ja.github.io
1
merged
-
Use
const
for JavaScriptThis contribution was made on Mar 9
koic/rubocop-oracle
1
open
-
Pluginfy RuboCop Oracle
This contribution was made on Mar 11
airbnb/ruby
1
merged
-
Pluginfy RuboCop Airbnb
This contribution was made on Mar 12
rubocop/rubocop-capybara
1
merged
-
Fix incorrect plugin version
This contribution was made on Mar 12
rubocop/rubocop-factory_bot
1
merged
-
Fix incorrect plugin version
This contribution was made on Mar 12
rubocop/rubocop-ast
1
closed
-
Support
Prism::Translation::Parser35
for Ruby 3.5 parserThis contribution was made on Mar 21
whitequark/parser
1
open
-
* Bump maintenance branches to 3.2.8 and 3.1.7
This contribution was made on Mar 26
Reviewed 26 pull requests in 6 repositories
rubocop/rubocop
17 pull requests
-
[Fix #13597] Add new
Style/ItBlockParameter
copThis contribution was made on Mar 25 -
Fix handling of long heredoc lines with SplitStrings enabled
This contribution was made on Mar 23
-
Offend parentheses for chained && expressions in
Style/RedundantParentheses
This contribution was made on Mar 23 -
Update
Style/RedundantFormat
to register offenses when the only argument toformat
orsprintf
is a constantThis contribution was made on Mar 21 -
Stale tweaks
This contribution was made on Mar 18
-
[Doc] Tweak navigation of docs
This contribution was made on Mar 17
-
[Fix #13986] Add support for
Array#intersection
toStyle/ArrayIntersect
This contribution was made on Mar 15 -
[Fix #8099] Fix infinite loop between
Layout/SpaceAroundOperators
andLayout/HashAlignment
withEnforcedHashRocketStyle
being an array containingtable
This contribution was made on Mar 14 -
Fix
InternalAffairs/RedundantDescribedClassAsSubject
cop error on missingdescribe
This contribution was made on Mar 14 -
[Fix #13969] Fix a false positive for
Lint/SharedMutableDefault
This contribution was made on Mar 10 -
Allow writing Steep annotation on the same line as
def
,end
,begin
,class
andmodule
inStyle/CommentedKeyword
This contribution was made on Mar 9 -
[Fix #13963] Fix wrong autocorrect for
Lint/LiteralAsCondition
when the literal is followed byreturn
,break
, ornext
This contribution was made on Mar 7 -
[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 a false negative for
Lint/ReturnInVoidContext
when returning out of a blockThis contribution was made on Mar 6 -
Tweak the offense message for
Style/ExponentialNotation
This contribution was made on Mar 6 -
Fix wrong autocorrect for
Style/RescueModifier
when mllhs and the right-hand-side is not a bracketed arrayThis contribution was made on Mar 5 -
[Fix #13794] Fix line-length breaking autoformatting for endless defs with blocks
This contribution was made on Mar 5
rubocop/rubocop-ast
4 pull requests
-
Stop using
Parser::CurrentRuby
This contribution was made on Mar 21 -
Support
Prism::Translation::Parser35
for Ruby 3.5 parserThis contribution was made on Mar 21 -
Add support for
itblock
node for Ruby 3.4This contribution was made on Mar 20 -
[Fix #348] Automate the process of GitHub release creation
This contribution was made on Mar 3
whitequark/parser
2 pull requests
-
+ add prism-specific node types
This contribution was made on Mar 19
-
Document the current state of the project in the readme
This contribution was made on Mar 14
rubocop/rubocop-rails
1 pull request
-
[Fix #1353] Fix incorrect escaping of asterisk in docs and comments
This contribution was made on Mar 26
ksss/rubocop-on-rbs
1 pull request
-
Pluginfy RuboCop on RBS
This contribution was made on Mar 21
ruby/prism
1 pull request
-
Trivial parser translator optimizations
This contribution was made on Mar 11