Merge pull request #20615 from Homebrew/remove-lsr-special-case

Remove temporary audit exception for lsr
This commit is contained in:
Sam Ford 2025-09-02 14:23:48 +00:00 committed by GitHub
commit 75350b48a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,6 @@ module Homebrew
end end
end end
# TODO: Remove this exception for `lsr` after support for tangled.sh
# Git URLs is available in a brew release.
return if name == "lsr"
return if url_strategy != DownloadStrategyDetector.detect("", using) return if url_strategy != DownloadStrategyDetector.detect("", using)
problem "Redundant `using:` value in URL" problem "Redundant `using:` value in URL"