Update Library/Homebrew/dev-cmd/audit.rb

audit license: suppress missing license problem unless it is a new_formula

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lionell Loh Jian An 2020-06-19 04:17:35 +08:00 committed by GitHub
parent 4cb22ca899
commit a58905000c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ module Homebrew
else
problem "#{formula.license} is not a standard SPDX license."
end
else
elsif @new_formula
problem "No license specified for package."
end
end