Skip to content
Snippets Groups Projects
Commit a9ab0666 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "Partially reverts 4338f35b"

This reverts commit b33b1af0.
parent b33b1af0
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) }
next unless paths.any? { |p| tap.formula_file?(p) || tap.cask_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