Sha256: 55df64c340f94ebcb1a6144ee2f98f423511f5d25f9a4b208a732478c6ba062d

Contents?: true

Size: 256 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
picky-2.6.0 lib/tasks/todo.rake
picky-2.5.2 lib/tasks/todo.rake
picky-2.5.1 lib/tasks/todo.rake
picky-2.5.0 lib/tasks/todo.rake
picky-2.4.3 lib/tasks/todo.rake
picky-2.4.2 lib/tasks/todo.rake
picky-2.4.1 lib/tasks/todo.rake
picky-2.4.0 lib/tasks/todo.rake
picky-2.3.0 lib/tasks/todo.rake
picky-2.2.1 lib/tasks/todo.rake
picky-2.2.0 lib/tasks/todo.rake