diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2017-05-29 22:35:52 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-05-29 22:35:52 -0400 |
| commit | 49b3104dc50a1cf14ca4a0caaa8bd91f6317c298 (patch) | |
| tree | dfe31234b6f4a503538723e14b84b96b831dac16 /Makefile | |
| parent | a5cfb548468ccba99cbfe221d89111e254ed52b7 (diff) | |
Adding lint target to Makefile
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -84,4 +84,7 @@ docs/themes/hugo-material-docs: gen-docs: docs/themes/hugo-material-docs cd docs/; hugo -.PHONY: gen-changelog clean test build-x compress-all build-release build build-integration-image test-integration-docker +lint: + gometalinter -j 1 --vendor --deadline 70s --disable gotype --enable gofmt --enable goimports --enable misspell --enable unused --disable gas + +.PHONY: gen-changelog clean test build-x compress-all build-release build build-integration-image test-integration-docker gen-docs lint |
