extend/os/linux/cmd/update-report: Bump to Sorbet typed: strict
This commit is contained in:
parent
e42863fc4a
commit
fc3c138cb0
@ -1,13 +1,15 @@
|
|||||||
# typed: true
|
# typed: strict
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module_function
|
module_function
|
||||||
|
|
||||||
|
sig { returns(String) }
|
||||||
def no_changes_message
|
def no_changes_message
|
||||||
"No changes to formulae."
|
"No changes to formulae."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
sig { void }
|
||||||
def migrate_gcc_dependents_if_needed
|
def migrate_gcc_dependents_if_needed
|
||||||
return if Settings.read("gcc-rpaths.fixed") == "true"
|
return if Settings.read("gcc-rpaths.fixed") == "true"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user