Sha256: e4fa076cfcbcb4428bc270e2b75f95274b8ea679ddd4850162eaff902503517b

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

desc "Finds where Picky still needs input from you."
task :todo do
  if system "grep -e 'TODO.*' -n --color=always -R *"
    puts "Picky needs a bit of input from you there. Thanks."
  else
    puts "Picky seems to be fine (no TODOs found)."
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
picky-2.0.0 lib/tasks/todo.rake
picky-2.0.0.pre3 lib/tasks/todo.rake
picky-2.0.0.pre2 lib/tasks/todo.rake
picky-2.0.0.pre1 lib/tasks/todo.rake