From 3eb57bc41d4381fa22f0e72313921b0335f81118 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 1 Sep 2025 09:50:10 -0400 Subject: [PATCH] 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. --- Library/Homebrew/resource_auditor.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/resource_auditor.rb b/Library/Homebrew/resource_auditor.rb index b68a362047..05f078b152 100644 --- a/Library/Homebrew/resource_auditor.rb +++ b/Library/Homebrew/resource_auditor.rb @@ -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"