提交 fe1d2964 编写于 作者: J Justin

Rails 3 support isn't really experimental anymore

上级 ac485f5c
......@@ -40,7 +40,7 @@ OptionParser.new do |opts|
options[:exit_on_warn] = s
end
opts.on "-3", "--rails3", "[Experimental] Force Rails 3 mode" do
opts.on "-3", "--rails3", "Force Rails 3 mode" do
options[:rails3] = true
end
......
......@@ -77,7 +77,7 @@ module Brakeman
if File.exist? app_path + "/script/rails"
options[:rails3] = true
warn "[Notice] Detected Rails 3 application. Enabling experimental Rails 3 support."
warn "[Notice] Detected Rails 3 application"
end
options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册