From 5a847bcca1f2513b2d4f12854d8829ab2fb67ec9 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 29 Oct 2018 15:46:29 +0700 Subject: make: replace the linting tool --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f971a7..3dad251 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONE: all build install +.PHONY: all build install all: install @@ -6,7 +6,7 @@ build: go build -v ./cmd/haminer lint: - -gometalinter --sort=path --disable=maligned ./... + -golangci-lint run ./... install: build lint go install -v ./cmd/haminer -- cgit v1.3