hugo: Add check tasks to Makefile
authorCameron Moore <moorereason@gmail.com>
Mon, 21 Mar 2016 14:49:18 +0000 (09:49 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 22 Mar 2016 18:40:27 +0000 (19:40 +0100)
commite8cf8b40dfd93f84fbbd63b57295e2e39e828d19
tree8978e6c053542eafd194bd983b64b9554831b224
parent048e07422d6706ec9277d47cdec4900b79cbf0d5
hugo: Add check tasks to Makefile

Add some helpful tasks to the Makefile to make it easier to test code quality
prior to committing.  Use `make check` to run the standard checks.  As of now,
the cyclo and lint tasks are not part of the standard checks since Hugo doesn't
pass those checks.
Makefile