mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Include libs/ in rake stats #2223 [Marcel Molina]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2260 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
251a5d4508
commit
2eb29c231a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue