diff options
| author | Jack Nagel | 2014-12-22 01:12:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 01:12:44 -0500 |
| commit | 7c4324d5ea4d2e6d940a8174818e40adcd155bb6 (patch) | |
| tree | 00f3e2072025e5b9fcb6f67e95a8a4ffc977d768 /Library/Homebrew | |
| parent | d3daa8a25b9c4863ce1ee05268013bb3eb104b28 (diff) | |
| download | brew-7c4324d5ea4d2e6d940a8174818e40adcd155bb6.tar.bz2 | |
Fix formula template comment audit
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 4978f3c07..b47984d96 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -344,7 +344,10 @@ class FormulaAuditor if line =~ /# if your formula requires any X11\/XQuartz components/ problem "Please remove default template comments" end - if line =~ /# if your formula's build system can't parallelize/ + if line =~ /# if your formula fails when building in parallel/ + problem "Please remove default template comments" + end + if line =~ /# Remove unrecognized options if warned by configure/ problem "Please remove default template comments" end |
