b485697742Implement --only and --exclude flags
#3
Tino de Bruijn
2017-07-28 11:35:20 +0200
1e26d46d17Document a little more.
Ken Sternberg
2017-05-04 11:19:03 -0700
e5a8f93630Lint and format fix.
Ken Sternberg
2017-05-04 10:40:26 -0700
09dcb1a050Cleanup old and unnecessary build files.
Ken Sternberg
2017-05-04 10:39:04 -0700
e11655e3b9Refactor to use namedtuples because I like names. Changed some function names to better reflect what they do.
Ken Sternberg
2017-05-04 10:35:57 -0700
5cc8770ac3Merge branch 'master' of github.com:elfsternberg/git-linterElf M. Sternberg2017-01-28 14:45:45 -0800
a8451c83bfAdded a command, '--revision', the lets you test files that were changed and committed already. This is mostly a helpful addition to "Oh, I didn't lint those!"Elf M. Sternberg2016-10-07 10:35:40 -0700
74d217d6feFirst version commited to pypi. Fixed bug that prevented clean installation on OSX. Bumped version to 0.0.6, and tagged.
v0.0.6
Elf M. Sternberg2016-10-05 10:52:58 -0700
b28b437fb2W00t! 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.Elf M. Sternberg2016-09-29 15:14:46 -0700
06bd394b1fMuch better! Almost have the output exactly the way I want it, and it's starting to report valid values, too.Elf M. Sternberg2016-09-24 15:42:58 -0700
f2873bc07cConversion to Python is complete. Goodbye, Hy, you were a brilliant and functional step toward helping me organize my thoughts, but it's time to make this into something other Pythonistas can read. Sad, but true.Elf M. Sternberg2016-09-23 17:50:04 -0700
0ec3a446baThe file strategies have all been settled on, including the ability to detect when a repository is un-lint-able (due to merge conflicts in the current tree munging up source files). 250 lines of hand- written Hy, and I haven't even gotten to the main part of the project, actually running the linters.Elf M. Sternberg2016-09-22 15:25:08 -0700
caed12257fGot the porcelain -z parser working, and got rid of that damned 'contrib' and 'common' submodules warning.Elf M. Sternberg2016-09-21 15:07:09 -0700
454a2ce4e1Used 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.Elf M. Sternberg2016-09-19 14:41:01 -0700
29625f9df2Updated README to explain timestamp discrepencies on Lint failure.Elf M. Sternberg2016-06-28 16:30:57 -0700
10061245bbAdded better instructions for recovering from stash failures.Elf M. Sternberg2016-05-20 18:12:28 -0700
76aa6b6509Added comments about maintainability to the python version.Elf M. Sternberg2016-05-20 18:10:58 -0700
96573504bbThe Python file is a hand-edited version of the Hy version. It has the exact same functionality, but I recommend using the Hy version if you can, as it's the one I'm actively maintaining.Elf M. Sternberg2016-05-20 18:08:42 -0700