1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2025-04-09 00:28:43 +00:00
Commit graph

22 commits

Author SHA1 Message Date
36f79988c7 dangling-whitespace: rule for trailing spaces
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 15:01:31 -04:00
070499d137 Merge pull request #6 from vbatts/buffer_fix
git: fix corruption in field values
2016-04-05 15:00:50 -04:00
c4a04466a6 git: fix corruption in field values
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 14:53:57 -04:00
fff81e9604 Merge pull request #5 from vbatts/travis_badge
travis: add build status to the README
2016-04-05 14:14:27 -04:00
b3045900bf travis: add build status to the README
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 14:12:11 -04:00
61a4420f38 Merge pull request #4 from vbatts/field_names
Refactor Field names
2016-04-05 14:07:49 -04:00
6f71141f8f git: switch out the field names usage
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 14:05:33 -04:00
d74a248467 git: restructured commit entries
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 14:05:33 -04:00
2117e29a9e Merge pull request #3 from vbatts/add_travis
Add Travis
2016-04-05 14:04:13 -04:00
fb62c6decb travis: adding checks for basic regressions
* go vet
* golint
* whether the tool builds
* tests (there are none yet)

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-05 14:01:38 -04:00
9460d080e6 Merge pull request #2 from jonboulle/master
*: fix typos and stuff
2016-04-05 10:09:17 -04:00
Jonathan Boulle
6acf899911 *: fix typos and stuff
because that's what I do
2016-04-05 16:06:48 +02:00
769b4028a4 main: adding a quiet flag to reduce the output
so you can test and just check return code

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-01-14 10:29:35 -05:00
eba7575f7e README: information about rules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-06 10:55:42 -04:00
09c2bd43dc README: more usage
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-06 10:51:22 -04:00
b243ca4770 README: adding install and usage
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-06 10:48:03 -04:00
d614ccf997 *: run tests in a runner
for cleanliness and ease of testing

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-06 10:44:04 -04:00
b9413c60c8 shortsubject: add a subject length check
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-05 19:02:31 -04:00
5e74abd1b2 *: comments and golint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-05 18:55:05 -04:00
07a982ff94 git: add verbose output of the commands run
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-05 18:49:06 -04:00
03bda4bcb2 main: add filtering of rules to run
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-05 18:49:02 -04:00
c10ba9c097 Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-10-05 18:48:23 -04:00