extend/os/linux/cmd/update-report: Bump to Sorbet typed: strict

This commit is contained in:
Issy Long 2024-08-10 23:50:30 +01:00
parent e42863fc4a
commit fc3c138cb0
No known key found for this signature in database

View File

@ -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"