tsoding/snitch

If the TODO's prefix is empty the entire file is considered the body of the issue

rexim opened this issue · 2 comments

rexim commented
If the TODO's prefix is empty the entire file is considered the body of the issue
rexim commented

Steps to reproduce

  1. Create a file with the following content:
TODO: hello world
  foo
  bar
  baz
  ...
  1. Try to "snitch" it up.

Observed

The entire file starting from TODO up until the end is considered the body of the issue.

Expected

Well, this is the point of the issue. I have no idea how it suppose to work in this situation.

cc @aod

rexim commented

Resolved by #175 (comment)