Skip to content

Commit 9b679f6

Browse files
committed
Add bundled gems for Ruby v4.0
The following gems have been "bundled gems" since Ruby v4.0. * benchmark * logger * pstore rdoc is used within rbs and requires sufficient consideration, so we will defer it for now.
1 parent f17b218 commit 9b679f6

File tree

14 files changed

+2117
-0
lines changed

14 files changed

+2117
-0
lines changed

gems/benchmark/.rubocop.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This configuration inherits from /.rubocop.yml.
2+
# You can configure RBS style of this gem.
3+
# This file is used on CI. It is configured to automatically
4+
# make rubocop suggestions on pull requests for this gem.
5+
# If you do not like the style enforcement, you should remove this file.
6+
inherit_from: ../../.rubocop.yml
7+
8+
##
9+
# If you want to customize the style, please consult with the gem reviewers.
10+
# You can see the list of cops at https://github.com/ksss/rubocop-on-rbs/blob/main/docs/modules/ROOT/pages/cops.adoc
11+
12+
RBS/Layout:
13+
Enabled: true
14+
15+
RBS/Lint:
16+
Enabled: true
17+
18+
RBS/Style:
19+
Enabled: true

0 commit comments

Comments
 (0)