Now it doesn't print things the user doesn't care about, like empty
lint passes, or broken linters that aren't relevant to the current
project.
Added a test pass to ensure it doesn't blow up when running against
an empty stage.
and "It doesn't die pathetically," and "It shows stuff." Fix TOX
to not include you home directory, so now git_lint will only include
your home directory if one exists.
It turns out that shutils doesn't have 'which()' prior to Python3.
Buggeration.
to digging in. I realized that I was wrapping my pre-commit hook in a
handler to call it outside of the git-commit phase, and what I really
wanted was to be able to 'git lint' my repo at any time. This is going
to be a new development branch until further notice.