Merge pull request #7610 from MikeMcQuaid/bad-todo

audit: remove incorrect TODO.
This commit is contained in:
Mike McQuaid 2020-05-20 09:41:01 +01:00 committed by GitHub
commit d254730e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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