File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Rubycw/Rubycw:
15
15
16
16
RBS :
17
17
Enabled : true
18
+
18
19
RBS/Layout :
19
20
Enabled : true
20
21
Exclude :
@@ -23,6 +24,7 @@ RBS/Layout:
23
24
RBS/Layout/CommentIndentation :
24
25
Exclude :
25
26
- core/string.rbs
27
+
26
28
RBS/Lint :
27
29
Enabled : true
28
30
Exclude :
@@ -32,6 +34,11 @@ RBS/Lint/TopLevelInterface:
32
34
Enabled : false
33
35
RBS/Lint/TopLevelTypeAlias :
34
36
Enabled : false
37
+ RBS/Lint/AmbiguousKeywordArgumentKey :
38
+ Exclude :
39
+ # OpenSSL::KDF.scrypt
40
+ - ' stdlib/openssl/0/openssl.rbs'
41
+
35
42
RBS/Style :
36
43
Enabled : false
37
44
Exclude :
Original file line number Diff line number Diff line change 113
113
unicode-display_width (>= 2.4.0 , < 4.0 )
114
114
rubocop-ast (1.37.0 )
115
115
parser (>= 3.3.1.0 )
116
- rubocop-on-rbs (1.2 .0 )
116
+ rubocop-on-rbs (1.3 .0 )
117
117
rbs (~> 3.5 )
118
118
rubocop (~> 1.61 )
119
119
zlib
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ module GC
587
587
588
588
# The type that `GC.compact` and related functions can return.
589
589
#
590
- type compact_info = Hash[:considered | :moved |:moved_up | :moved_down, Hash[Symbol, Integer]]
590
+ type compact_info = Hash[:considered | :moved | :moved_up | :moved_down, Hash[Symbol, Integer]]
591
591
592
592
# <!--
593
593
# rdoc-file=gc.rb
You can’t perform that action at this time.
0 commit comments