diff options
| author | Adam Vandenberg | 2013-09-22 22:06:53 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-22 22:06:53 -0700 | 
| commit | e15a90f8266b6233cb0dcd3de236e2f4ea231620 (patch) | |
| tree | 06e6030c18e43eda361759ad2b99c2ce9467bcb8 /Library | |
| parent | 7a77fd43f46960093139b73ceb06d48aff564258 (diff) | |
| download | homebrew-e15a90f8266b6233cb0dcd3de236e2f4ea231620.tar.bz2 | |
don't audit jp sourceforge URLs
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index f113a8e83..711812dae 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -225,7 +225,7 @@ class FormulaAuditor        next if p =~ %r[svn\.sourceforge]        # Is it a sourceforge http(s) URL? -      next unless p =~ %r[^https?://.*\bsourceforge\.] +      next unless p =~ %r[^https?://.*\bsourceforge\.com]        if p =~ /(\?|&)use_mirror=/          problem "Don't use #{$1}use_mirror in SourceForge urls (url is #{p})."  | 
