Commit Graph

7 Commits

Author SHA1 Message Date
Elf M. Sternberg 13b0378b67 Fixed reportage matrix.
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.
2016-10-03 12:13:35 -07:00
Elf M. Sternberg efd187e955 Python 3 compatibility tests passing. 2016-09-29 16:02:55 -07:00
Elf M. Sternberg 917389b836 If I'm going to use a linter, then by Thoth's eyes I ought to use it on this code, ne? 2016-09-29 15:47:36 -07:00
Elf M. Sternberg 3155209c68 Refining the unit tests. 2016-09-29 15:27:33 -07:00
Elf M. Sternberg b28b437fb2 W00t! Working unit tests to assert things, like "That kind works"
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.
2016-09-29 15:14:46 -07:00
Elf M. Sternberg d21607ed6f We have a working test harness. 2016-09-29 12:38:23 -07:00
Elf M. Sternberg 454a2ce4e1 Used cookiecutter to generate a better skeleton for the project, prior
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.
2016-09-19 14:41:01 -07:00