audit: remove --strict

This commit is contained in:
Adam Vandenberg 2011-12-21 14:52:15 -08:00
parent de709fa449
commit e416bd1115

View File

@ -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