Sha256: 1c0bf2ae5ea6f150ad783b6bcbcc7f950591af3ae4416015f60dc7f76f4a2d83

Contents?: true

Size: 256 Bytes

Versions: 3

Compression:

Stored size: 256 Bytes

Contents

desc "Finds where Picky still needs input from you."
task :'to#{}do' 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

3 entries across 3 versions & 1 rubygems

Version Path
picky-2.1.2 lib/tasks/todo.rake
picky-2.1.1 lib/tasks/todo.rake
picky-2.1.0 lib/tasks/todo.rake