ActionItem8: adding a task to list TODO and FIXME items
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@221 3f533792-8f58-4932-b0fe-aaf55b0a4547
desc "lists all TODO and FIXME comments in the source code"
task :todo do
sh 'grep "TODO\|FIXME" -r --exclude "*.svn*" -n app lib vendor/plugins/ | sed -e "s/^[^:]\+:[0-9]\+:/=============================\n&\n/"'
end