Workaround hlint behaviour with no warnings/errors
authorIustin Pop <iustin@google.com>
Thu, 7 Feb 2013 13:32:49 +0000 (14:32 +0100)
committerIustin Pop <iustin@google.com>
Thu, 7 Feb 2013 16:14:34 +0000 (17:14 +0100)
commit1cced30153d68926e8596cbdc9153e083db08f02
tree12ab67f6ff80fe812e33569e92d3e22b6de95a6c
parent72747d91e185e4bb53bfae32af1ec8dcd04d5375
Workaround hlint behaviour with no warnings/errors

When hlint sees a perfectly nice code tree, it will skip generating
the reports (both stdout and html). This means that usually the old
report will remain in place, so it makes development harder, as the
html file is out of sync with the tree.

To workaround this, we generate an empty/minimal file in this case.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am