File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Rubycw/Rubycw:
1515
1616RBS :
1717 Enabled : true
18+
1819RBS/Layout :
1920 Enabled : true
2021 Exclude :
@@ -23,6 +24,7 @@ RBS/Layout:
2324RBS/Layout/CommentIndentation :
2425 Exclude :
2526 - core/string.rbs
27+
2628RBS/Lint :
2729 Enabled : true
2830 Exclude :
@@ -32,6 +34,11 @@ RBS/Lint/TopLevelInterface:
3234 Enabled : false
3335RBS/Lint/TopLevelTypeAlias :
3436 Enabled : false
37+ RBS/Lint/AmbiguousKeywordArgumentKey :
38+ Exclude :
39+ # OpenSSL::KDF.scrypt
40+ - ' stdlib/openssl/0/openssl.rbs'
41+
3542RBS/Style :
3643 Enabled : false
3744 Exclude :
Original file line number Diff line number Diff line change 113113 unicode-display_width (>= 2.4.0 , < 4.0 )
114114 rubocop-ast (1.37.0 )
115115 parser (>= 3.3.1.0 )
116- rubocop-on-rbs (1.2 .0 )
116+ rubocop-on-rbs (1.3 .0 )
117117 rbs (~> 3.5 )
118118 rubocop (~> 1.61 )
119119 zlib
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ module GC
587587
588588 # The type that `GC.compact` and related functions can return.
589589 #
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]]
591591
592592 # <!--
593593 # rdoc-file=gc.rb
You can’t perform that action at this time.
0 commit comments