aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-12-21 14:52:15 -0800
committerAdam Vandenberg2011-12-21 14:52:15 -0800
commitbcaffd76a8c70f7f2fababff88851720cb3f3044 (patch)
treea391f566c1c0c00f357fd1662d60121f4b0e7319 /Library
parent37526e4e1a31459753b60d923b1b546e0db4c997 (diff)
downloadhomebrew-bcaffd76a8c70f7f2fababff88851720cb3f3044.tar.bz2
audit: remove --strict
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 3202bd068..22b28169e 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