Skip to content

Commit a340356

Browse files
authored
chore: disable sorbet typecheck for WIP sorbet annotations in examples (#678)
1 parent a16dd00 commit a340356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ directory(examples)
122122

123123
desc("Typecheck `*.rbi`")
124124
multitask("typecheck:sorbet": examples) do
125-
sh(*%w[srb typecheck --dir], examples)
125+
sh(*%w[srb typecheck])
126126
end
127127

128128
directory(tapioca) do

0 commit comments

Comments
 (0)