diff options
| author | Misty De Meo | 2015-05-12 20:16:38 -0700 |
|---|---|---|
| committer | Misty De Meo | 2015-05-12 20:20:13 -0700 |
| commit | ce6885e784bd12023a336a19765e9561067e1373 (patch) | |
| tree | 1639d848cac45c33beaf4be17efc74d4604d4114 /Library/Homebrew/cmd | |
| parent | ff11789933c45d9897072af913ae1478f5dc26db (diff) | |
| download | brew-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.rb | 2 |
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 |
