Skip to content
Snippets Groups Projects
Commit d948ec23 authored by Xu Cheng's avatar Xu Cheng
Browse files

audit: tap is a Tap object now

parent 8b510f82
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class FormulaAuditor
def audit_formula_name
return unless @strict
# skip for non-official taps
return if !formula.core_formula? && !formula.tap.to_s.start_with?("homebrew")
return unless formula.tap.official?
name = formula.name
full_name = formula.full_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment