File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11--dir
22.
33--ignore=vendor/bundle,spec,sorbet/rbi/sorbet-typed
4- --disable-watchman
4+ # sorbet/rbi/sorbet-typed contains community stubs generated for Sorbet 0.5.
5+ # Sorbet 0.6 defaults unsigned RBI files to typed: strict, causing 7017 errors
6+ # in these stale stubs. They cover dev tools (rake, rspec, rubocop) that don't
7+ # need type checking. Migrate to Tapioca in a follow-up to replace all stubs.
8+ --disable-watchman
Original file line number Diff line number Diff line change @@ -4607,7 +4607,6 @@ class Gem::SpecFetcher
46074607
46084608 def specs ( ) ; end
46094609
4610-
46114610 def tuples_for ( source , type , gracefully_ignore = T . unsafe ( nil ) ) ; end
46124611end
46134612
@@ -4727,7 +4726,6 @@ class IO
47274726
47284727 def wait ( *arg ) ; end
47294728
4730-
47314729 def wait_writable ( *arg ) ; end
47324730end
47334731
You can’t perform that action at this time.
0 commit comments