Remove temporary audit exception for lsr

This removes the temporary `audit_download_strategy` exception for
the `lsr` formula. This was necessary to be able to merge support for
tangled.sh Git URLs, as it made the `using: :git` argument in the
`lsr` formula redundant and caused the "formula audit" check to fail
in brew CI.
This commit is contained in:
Sam Ford 2025-09-01 09:50:10 -04:00
parent 9903f0c1f2
commit 3eb57bc41d
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D

View File

@ -85,9 +85,6 @@ module Homebrew
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)
problem "Redundant `using:` value in URL"