Skip to content

Instantly share code, notes, and snippets.

@isuke
Last active January 25, 2016 09:33
Show Gist options
  • Save isuke/629aa09a62c9eabe18ee to your computer and use it in GitHub Desktop.
Save isuke/629aa09a62c9eabe18ee to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment