cmd/link: Bump to Sorbet typed: strict
This commit is contained in:
parent
fc3c138cb0
commit
0272c6efb2
@ -1,4 +1,4 @@
|
|||||||
# typed: true
|
# typed: strict
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "abstract_command"
|
require "abstract_command"
|
||||||
@ -123,6 +123,7 @@ module Homebrew
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
sig { params(keg: Keg).void }
|
||||||
def puts_keg_only_path_message(keg)
|
def puts_keg_only_path_message(keg)
|
||||||
bin = keg/"bin"
|
bin = keg/"bin"
|
||||||
sbin = keg/"sbin"
|
sbin = keg/"sbin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user