Include libs/ in rake stats #2223 [Marcel Molina]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2260 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 251a5d45
......@@ -5,7 +5,8 @@ STATS_DIRECTORIES = [
%w(Components components),
%w(Functionals test/functional),
%w(Models app/models),
%w(Units test/unit)
%w(Units test/unit),
%w(Libraries lib/)
].collect { |name, dir| [ name, "#{RAILS_ROOT}/#{dir}" ] }.select { |name, dir| File.directory?(dir) }
desc "Report code statistics (KLOCs, etc) from the application"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册