Ask to use HOMEBREW_NO_INSTALL_FROM_API=1 for audit

This commit is contained in:
Anatoli Babenia 2024-02-16 08:45:05 +03:00 committed by GitHub
parent 57ff9bc3eb
commit 55a37b2148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ module Homebrew
end
PyPI.update_python_resources! formula, ignore_non_pypi_packages: true if args.python?
puts "Please run `brew audit --new #{fc.name}` before submitting, thanks."
puts "Please run `HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new #{fc.name}` before submitting, thanks."
path
end