diff --git a/Library/Homebrew/tap_auditor.rb b/Library/Homebrew/tap_auditor.rb index c38e9abaf6..d8294815f2 100644 --- a/Library/Homebrew/tap_auditor.rb +++ b/Library/Homebrew/tap_auditor.rb @@ -10,7 +10,7 @@ module Homebrew attr_reader :name, :path, :tap_audit_exceptions, :problems - sig { params(tap: Tap, strict: T::Boolean).void } + sig { params(tap: Tap, strict: T.nilable(T::Boolean)).void } def initialize(tap, strict:) @name = tap.name @path = tap.path