Skip to content

Commit

Permalink
Add rake undoc task to list undocumented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Jun 15, 2012
1 parent 84e5851 commit 19a4c4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -68,3 +68,8 @@ end

require 'yard'
YARD::Rake::YardocTask.new

desc "List undocumented code"
task :undoc do
system "yardoc --list-undoc | grep -v 'Unrecognized/invalid option'"
end

0 comments on commit 19a4c4b

Please sign in to comment.