We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a38b81 commit adaf30aCopy full SHA for adaf30a
Library/Homebrew/cask/audit.rb
@@ -768,7 +768,6 @@ def audit_livecheck_version
768
sig { void }
769
def audit_min_os
770
return unless online?
771
- return unless strict?
772
773
odebug "Auditing minimum macOS version"
774
@@ -811,8 +810,7 @@ def audit_min_os
811
810
end
812
source = T.must(bundle_min_os.to_s <=> sparkle_min_os.to_s).positive? ? "Artifact" : "Upstream"
813
add_error "#{source} defined #{app_min_os.to_sym.inspect} as the minimum macOS version " \
814
- "but the cask declared #{min_os_definition}",
815
- strict_only: true
+ "but the cask declared #{min_os_definition}"
816
817
818
sig { returns(T.nilable(MacOSVersion)) }
0 commit comments