lib/tapioca/commands/check_shims.rb in tapioca-0.10.1 vs lib/tapioca/commands/check_shims.rb in tapioca-0.10.2
- old
+ new
@@ -1,11 +1,11 @@
# typed: strict
# frozen_string_literal: true
module Tapioca
module Commands
- class CheckShims < Command
+ class CheckShims < CommandWithoutTracker
extend T::Sig
include SorbetHelper
include RBIFilesHelper
sig do
@@ -14,10 +14,10 @@
dsl_rbi_dir: String,
annotations_rbi_dir: String,
shim_rbi_dir: String,
todo_rbi_file: String,
payload: T::Boolean,
- number_of_workers: T.nilable(Integer)
+ number_of_workers: T.nilable(Integer),
).void
end
def initialize(
gem_rbi_dir:,
dsl_rbi_dir:,