*: fix linting

This commit is contained in:
Eric Chiang
2016-10-13 18:15:20 -07:00
parent e7d7c3500a
commit 96440e4cc5
3 changed files with 8 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ fmt:
lint:
@for package in $(shell go list ./... | grep -v '/vendor/' | grep -v '/api'); do \
golint -set_exit_status $$package; \
golint -set_exit_status $$package $$i || exit 1; \
done
server/templates_default.go: $(wildcard web/templates/**)