audit: Relax versioning audits for non-official taps
This commit is contained in:
parent
d06795fd79
commit
eb7d7a20df
@ -310,7 +310,7 @@ module Homebrew
|
|||||||
|
|
||||||
problem "File should end with a newline" unless text.trailing_newline?
|
problem "File should end with a newline" unless text.trailing_newline?
|
||||||
|
|
||||||
if @versioned_formula
|
if formula.core_formula? && @versioned_formula
|
||||||
unversioned_formula = begin
|
unversioned_formula = begin
|
||||||
# build this ourselves as we want e.g. homebrew/core to be present
|
# build this ourselves as we want e.g. homebrew/core to be present
|
||||||
full_name = if formula.tap
|
full_name = if formula.tap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user