From e416bd11151542361a5ebda629a056e6c37555b4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 21 Dec 2011 14:52:15 -0800 Subject: [PATCH] audit: remove --strict --- Library/Homebrew/cmd/audit.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3202bd068c..22b28169e7 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -1,12 +1,6 @@ require 'formula' require 'utils' -# Use "brew audit --strict" to enable even stricter checks. - -def strict? - ARGV.flag? "--strict" -end - def ff return Formula.all if ARGV.named.empty? return ARGV.formulae