Fix lint errors

This commit is contained in:
9seconds
2018-06-18 09:01:39 +03:00
parent 86e3be475a
commit dd7a095947
5 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
IMAGE_NAME := mtg
APP_NAME := $(IMAGE_NAME)
GOMETALINTER := gometalinter.v2
GOMETALINTER := gometalinter
VENDOR_FILES := $(shell find "$(ROOT_DIR)/vendor" 2>/dev/null || echo -n "vendor")
CC_BINARIES := $(shell bash -c "echo -n $(APP_NAME)-{linux,windows,darwin,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}")