guibou/krank

Krank output a line return even if the report is empty

Closed this issue · 0 comments

krank always outputs \n, even if the report is empty. This is highly inconvenient when krank is called in "batch", e.g. for i in $(git ls-files); do krank $i; done because the terminal is spammed with empty lines.