cmd/options: Bump to Sorbet typed: strict

This commit is contained in:
Issy Long 2024-08-10 23:45:32 +01:00
parent b0154f36a5
commit 69aadd7e49
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true
require "abstract_command"
@ -54,6 +54,7 @@ module Homebrew
private
sig { params(formulae: T::Array[Formula]).void }
def puts_options(formulae)
formulae.each do |f|
next if f.options.empty?