aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMisty De Meo2015-05-12 20:16:38 -0700
committerMisty De Meo2015-05-12 20:20:13 -0700
commitce6885e784bd12023a336a19765e9561067e1373 (patch)
tree1639d848cac45c33beaf4be17efc74d4604d4114 /Library/Homebrew/cmd
parentff11789933c45d9897072af913ae1478f5dc26db (diff)
downloadbrew-ce6885e784bd12023a336a19765e9561067e1373.tar.bz2
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
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 675f9ce90..d0f5d5d05 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