From ce6885e784bd12023a336a19765e9561067e1373 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 12 May 2015 20:16:38 -0700 Subject: [PATCH] Audit: stop warning about Github .patch URLs These no longer have a git version appended; e.g.: https://github.com/mitchellh/packer/commit/ddb966061f88709537c93f16f7c4066ddf2b8adf.patch --- Library/Homebrew/cmd/audit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 675f9ce90e..d0f5d5d056 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -379,8 +379,6 @@ class FormulaAuditor problem "Patches from MacPorts Trac should be https://, not http:\n#{patch.url}" when %r[^http://bugs\.debian\.org] problem "Patches from Debian should be https://, not http:\n#{patch.url}" - when %r[^https?://github\.com/.*commit.*\.patch$] - problem "GitHub appends a git version to patches; use .diff instead." end end