Skip to content

Commit 5576405

Browse files
authored
Merge pull request #2094 from ksss/update-rubocop-on-rbs
Bundle update rubocop-on-rbs
2 parents 0a77cc7 + ed2c283 commit 5576405

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ RBS/Lint:
2828
Exclude:
2929
- 'sig/**/*'
3030
- 'test/**/*'
31+
RBS/Lint/TopLevelInterface:
32+
Enabled: false
33+
RBS/Lint/TopLevelTypeAlias:
34+
Enabled: false
3135
RBS/Style:
3236
Enabled: false
3337
Exclude:

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
net-protocol
6868
nkf (0.2.0)
6969
parallel (1.26.3)
70-
parser (3.3.5.0)
70+
parser (3.3.6.0)
7171
ast (~> 2.4.1)
7272
racc
7373
power_assert (2.0.3)
@@ -101,7 +101,7 @@ GEM
101101
diff-lcs (>= 1.2.0, < 2.0)
102102
rspec-support (~> 3.13.0)
103103
rspec-support (3.13.1)
104-
rubocop (1.66.1)
104+
rubocop (1.68.0)
105105
json (~> 2.3)
106106
language_server-protocol (>= 3.17.0)
107107
parallel (~> 1.10)
@@ -111,9 +111,9 @@ GEM
111111
rubocop-ast (>= 1.32.2, < 2.0)
112112
ruby-progressbar (~> 1.7)
113113
unicode-display_width (>= 2.4.0, < 3.0)
114-
rubocop-ast (1.32.3)
114+
rubocop-ast (1.36.1)
115115
parser (>= 3.3.1.0)
116-
rubocop-on-rbs (1.0.0)
116+
rubocop-on-rbs (1.2.0)
117117
rbs (~> 3.5)
118118
rubocop (~> 1.61)
119119
zlib
@@ -150,7 +150,7 @@ GEM
150150
concurrent-ruby (~> 1.0)
151151
unicode-display_width (2.6.0)
152152
uri (1.0.2)
153-
zlib (3.1.1)
153+
zlib (3.2.0)
154154

155155
PLATFORMS
156156
ruby

0 commit comments

Comments
 (0)