summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6302c47..3dad251 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ build:
go build -v ./cmd/haminer
lint:
- -golangci-lint run --enable-all ./...
+ -golangci-lint run ./...
install: build lint
go install -v ./cmd/haminer