Skip to content
Snippets Groups Projects
Unverified Commit d254730e authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #7610 from MikeMcQuaid/bad-todo

audit: remove incorrect TODO.
parents ceb3513b 633501ab
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