audit: add tap_audit_exceptions attribute

This commit is contained in:
Rylan Polster 2020-11-05 09:27:06 -05:00
parent 6171b51a82
commit 089810709c

View File

@ -1156,7 +1156,7 @@ module Homebrew
end end
class TapAuditor class TapAuditor
attr_reader :name, :path, :problems attr_reader :name, :path, :tap_audit_exceptions, :problems
def initialize(tap, options = {}) def initialize(tap, options = {})
@name = tap.name @name = tap.name