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

Partially reverts 4338f35b

parent a8566c98
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ class Reporter
dst = Pathname.new paths.last
next unless dst.extname == ".rb"
next unless paths.any? { |p| tap.formula_file?(p) || tap.cask_file?(p)}
next unless paths.any? { |p| tap.formula_file?(p) }
case status
when "A", "D"
......
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