remove auditing = true

This commit is contained in:
hyuraku 2023-04-15 10:05:58 +09:00
parent 98ec60c15e
commit 54ce31e0fe

View File

@ -242,8 +242,6 @@ module Homebrew
odeprecated "`brew audit <cask> --display-failures-only`", "`brew audit <cask>` without the argument"
end
Homebrew.auditing = true
require "cask/auditor"
audit_casks.to_h do |cask|