isuke
11/29/2015 - 4:48 PM

notes_all.rake

namespace :notes do
  desc "Enumerate all annotations"
  task 'all' do
    ENV['SOURCE_ANNOTATION_DIRECTORIES'] ||= 'spec'
    SourceAnnotationExtractor.enumerate "OPTIMIZE|FIXME|TODO|HACK", tag: true
  end
end