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

audit: remove incorrect TODO.

This check can't really be in RuboCop (as it relies on the URL strategy
logic).
parent 1ebb1c28
No related branches found
No related tags found
No related merge requests found
......@@ -1060,7 +1060,6 @@ module Homebrew
url_strategy = DownloadStrategyDetector.detect(url)
if using == :git || url_strategy == GitDownloadStrategy
# TODO: check could be in RuboCop
problem "Git should specify :revision when a :tag is specified." if specs[:tag] && !specs[:revision]
end
......
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