diff options
| author | Gautham Goli | 2017-09-02 12:38:18 +0530 | 
|---|---|---|
| committer | Gautham Goli | 2017-09-04 23:57:09 +0530 | 
| commit | d45ff9c0fdfa834c55c01f9c95fe18064fabd76a (patch) | |
| tree | f3d4a7ad2af0169e798db49b25f44c0a93dbe2f5 /Library/Homebrew/dev-cmd | |
| parent | 4ec26aea4025d19e70cdf59da6dfd7be3a389e44 (diff) | |
| download | brew-d45ff9c0fdfa834c55c01f9c95fe18064fabd76a.tar.bz2 | |
audit: Add a global flag to silent warning when auditing
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 1f8acb1b9..884861c87 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -54,6 +54,7 @@ module Homebrew    def audit      Homebrew.inject_dump_stats!(FormulaAuditor, /^audit_/) if ARGV.switch? "D" +    Homebrew.auditing = true      formula_count = 0      problem_count = 0  | 
