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